diff --git a/.deploy-infra/deploy-dev.yaml b/.deploy-infra/deploy-dev.yaml index 90521c9..0b893b7 100644 --- a/.deploy-infra/deploy-dev.yaml +++ b/.deploy-infra/deploy-dev.yaml @@ -22,7 +22,7 @@ services: constraints: [node.labels.stage == development] update_config: parallelism: 1 - order: start-first + # order: stop-first postgres: image: postgres:14-alpine3.19 diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index cad5e3f..b34eaec 100644 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -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