Update .deploy/deploy-prod.yaml
All checks were successful
Deploy Dev / Build (pull_request) Successful in 1m12s
Deploy Dev / Push (pull_request) Successful in 28s
Deploy Dev / Deploy dev (pull_request) Successful in 26s
Deploy Prod / Build (pull_request) Successful in 7s
Deploy Prod / Push (pull_request) Successful in 11s
Deploy Prod / Deploy prod (pull_request) Successful in 13s

This commit is contained in:
2025-09-18 23:45:10 +03:00
parent c96ad735d7
commit f8b700b982

View File

@@ -8,10 +8,12 @@ services:
networks:
- common-infra-nginx
- configurator
- postgres
- minio
environment:
DB_HOST: "pg.chocomarsh.com"
DB_HOST: "postgres"
DB_PASSWORD: $DB_PASSWORD_PROD
MINIO_HOST: "minio.chocomarsh.com"
MINIO_HOST: "minio"
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_PROD
REDIS_HOST: "redis.chocomarsh.com"
REDIS_PASSWORD: $REDIS_PASSWORD_PROD
@@ -37,10 +39,13 @@ services:
fetch_stats:
image: mathwave/sprint-repo:platform
networks:
- postgres
- minio
environment:
DB_HOST: "pg.chocomarsh.com"
DB_HOST: "postgres"
DB_PASSWORD: $DB_PASSWORD_PROD
MINIO_HOST: "minio.schocomarsh.com"
MINIO_HOST: "minio"
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_PROD
REDIS_HOST: "redis.chocomarsh.com"
REDIS_PASSWORD: $REDIS_PASSWORD_PROD
@@ -60,10 +65,13 @@ services:
migrate:
image: mathwave/sprint-repo:platform
networks:
- postgres
- minio
environment:
DB_HOST: "pg.chocomarsh.com"
DB_HOST: "postgres"
DB_PASSWORD: $DB_PASSWORD_PROD
MINIO_HOST: "minio.chocomarsh.com"
MINIO_HOST: "minio"
MINIO_SECRET_KEY: $MINIO _SECRET_KEY_PROD
command: migrate
deploy:
@@ -79,3 +87,7 @@ networks:
external: true
configurator:
external: true
postgres:
external: true
minio:
external: true