fix #27

Merged
emmatveev merged 1 commits from join into dev 2024-11-23 21:43:47 +03:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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