@@ -4,8 +4,6 @@ services:
|
||||
image: postgres:12
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
ports:
|
||||
@@ -17,8 +15,6 @@ services:
|
||||
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend:latest
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: unless-stopped
|
||||
update_config:
|
||||
order: start-first
|
||||
depends_on:
|
||||
|
||||
@@ -4,8 +4,6 @@ services:
|
||||
image: postgres:12
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: unless-stopped
|
||||
|
||||
environment:
|
||||
- POSTGRES_USER_FILE=/run/secrets/BACKEND_DB_USER
|
||||
@@ -22,8 +20,6 @@ services:
|
||||
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend:latest
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: unless-stopped
|
||||
update_config:
|
||||
order: start-first
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user