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