This commit is contained in:
emmatveev 2024-06-10 12:52:43 +03:00
parent 1139775e7c
commit d30a8a1de6
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,6 @@ services:
platform-nginx:
image: mathwave/sprint-repo:platform
networks:
- net
- common-infra-nginx
environment:
DB_HOST: "pg.develop.sprinthub.ru"

View File

@ -6,7 +6,6 @@ services:
platform-nginx:
image: mathwave/sprint-repo:platform
networks:
- net
- common-infra-nginx
environment:
DB_HOST: "pg.sprinthub.ru"
@ -71,7 +70,7 @@ services:
DB_HOST: "pg.sprinthub.ru"
DB_PASSWORD: $DB_PASSWORD_PROD
MINIO_HOST: "minio.sprinthub.ru"
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_PROD
MINIO_SECRET_KEY: $MINIO _SECRET_KEY_PROD
TELEGRAM_TOKEN: $TELEGRAM_TOKEN
command: migrate
deploy: