Compare commits

..

No commits in common. "fbed4fb5b0b7de7ae5d84206bb8755c04c70366b" and "72ee47c5432b39c8f8df873f57f7708584078a58" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,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