diff --git a/.deploy/deploy-prod.yaml b/.deploy/deploy-prod.yaml index 1a2ef5e..f60b2dd 100644 --- a/.deploy/deploy-prod.yaml +++ b/.deploy/deploy-prod.yaml @@ -4,7 +4,7 @@ version: "3.4" services: platform-nginx: - image: mathwave/sprint-repo:allinvest-nginx + image: mathwave/sprint-repo:platform-nginx networks: - net - common-infra-nginx @@ -21,7 +21,7 @@ services: order: start-first app: - image: mathwave/sprint-repo:allinvest + image: mathwave/sprint-repo:platform networks: - net environment: @@ -56,7 +56,7 @@ services: order: start-first migrate: - image: mathwave/sprint-repo:allinvest + image: mathwave/sprint-repo:platform environment: DB_HOST: "pg.sprinthub.ru" DB_PASSWORD: $DB_PASSWORD_PROD