Compare commits

..

No commits in common. "c334ea47efba6820394d5d023a052e6777039184" and "e5bf36ed88edffce4261e1b1c4b3b95909b3332b" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View File

@ -7,12 +7,8 @@ services:
networks:
- common-infra-nginx-development
ports:
- published: 80
target: 80
mode: host
- published: 443
target: 443
mode: host
- "80:80"
- "443:443"
deploy:
mode: replicated
replicas: 1
@ -22,7 +18,7 @@ services:
constraints: [node.labels.stage == development]
update_config:
parallelism: 1
# order: stop-first
order: start-first
postgres:
image: postgres:14-alpine3.19

View File

@ -22,7 +22,7 @@ services:
constraints: [node.labels.stage == production]
update_config:
parallelism: 1
# order: start-first
order: start-first
postgres:
image: postgres:14-alpine3.19