Compare commits
No commits in common. "c334ea47efba6820394d5d023a052e6777039184" and "e5bf36ed88edffce4261e1b1c4b3b95909b3332b" have entirely different histories.
c334ea47ef
...
e5bf36ed88
@ -7,12 +7,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- common-infra-nginx-development
|
- common-infra-nginx-development
|
||||||
ports:
|
ports:
|
||||||
- published: 80
|
- "80:80"
|
||||||
target: 80
|
- "443:443"
|
||||||
mode: host
|
|
||||||
- published: 443
|
|
||||||
target: 443
|
|
||||||
mode: host
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
@ -22,7 +18,7 @@ services:
|
|||||||
constraints: [node.labels.stage == development]
|
constraints: [node.labels.stage == development]
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
# order: stop-first
|
order: start-first
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14-alpine3.19
|
image: postgres:14-alpine3.19
|
||||||
|
@ -22,7 +22,7 @@ services:
|
|||||||
constraints: [node.labels.stage == production]
|
constraints: [node.labels.stage == production]
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
# order: start-first
|
order: start-first
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14-alpine3.19
|
image: postgres:14-alpine3.19
|
||||||
|
Loading…
Reference in New Issue
Block a user