platform in prod config

This commit is contained in:
Administrator 2023-09-23 16:30:45 +03:00
parent 9e0919466c
commit 4f1d73e253

View File

@ -4,7 +4,7 @@ version: "3.4"
services: services:
platform-nginx: platform-nginx:
image: mathwave/sprint-repo:allinvest-nginx image: mathwave/sprint-repo:platform-nginx
networks: networks:
- net - net
- common-infra-nginx - common-infra-nginx
@ -21,7 +21,7 @@ services:
order: start-first order: start-first
app: app:
image: mathwave/sprint-repo:allinvest image: mathwave/sprint-repo:platform
networks: networks:
- net - net
environment: environment:
@ -56,7 +56,7 @@ services:
order: start-first order: start-first
migrate: migrate:
image: mathwave/sprint-repo:allinvest image: mathwave/sprint-repo:platform
environment: environment:
DB_HOST: "pg.sprinthub.ru" DB_HOST: "pg.sprinthub.ru"
DB_PASSWORD: $DB_PASSWORD_PROD DB_PASSWORD: $DB_PASSWORD_PROD