Compare commits
10 Commits
ce266c879c
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| a327ba1fcb | |||
| f8b700b982 | |||
| c96ad735d7 | |||
| fa1b0c9700 | |||
| 7cf29376bd | |||
| a1d0b8e14f | |||
| 6c6e8867fd | |||
| fc007cfdcd | |||
| 24e0029d10 | |||
| e9574ff7a8 |
@@ -8,10 +8,12 @@ services:
|
||||
networks:
|
||||
- common-infra-nginx-development
|
||||
- configurator-development
|
||||
- postgres-development
|
||||
- minio-development
|
||||
environment:
|
||||
DB_HOST: "pg.dev.chocomarsh.com.ru"
|
||||
DB_HOST: "postgres"
|
||||
DB_PASSWORD: $DB_PASSWORD_DEV
|
||||
MINIO_HOST: "minio.dev.chocomarsh.com"
|
||||
MINIO_HOST: "minio"
|
||||
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
||||
REDIS_HOST: "redis.dev.chocomarsh.com"
|
||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||
@@ -35,10 +37,13 @@ services:
|
||||
|
||||
fetch_stats:
|
||||
image: mathwave/sprint-repo:platform
|
||||
networks:
|
||||
- postgres-development
|
||||
- minio-development
|
||||
environment:
|
||||
DB_HOST: "pg.dev.chocomarsh.com.ru"
|
||||
DB_HOST: "postgres"
|
||||
DB_PASSWORD: $DB_PASSWORD_DEV
|
||||
MINIO_HOST: "minio.dev.chocomarsh.com"
|
||||
MINIO_HOST: "minio"
|
||||
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
||||
REDIS_HOST: "redis.dev.chocomarsh.com"
|
||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||
@@ -56,10 +61,13 @@ services:
|
||||
|
||||
migrate:
|
||||
image: mathwave/sprint-repo:platform
|
||||
networks:
|
||||
- postgres-development
|
||||
- minio-development
|
||||
environment:
|
||||
DB_HOST: "pg.dev.chocomarsh.com.ru"
|
||||
DB_HOST: "postgres"
|
||||
DB_PASSWORD: $DB_PASSWORD_DEV
|
||||
MINIO_HOST: "minio.dev.chocomarsh.com"
|
||||
MINIO_HOST: "minio"
|
||||
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
||||
REDIS_HOST: "redis.dev.chocomarsh.com"
|
||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||
@@ -80,3 +88,7 @@ networks:
|
||||
external: true
|
||||
configurator-development:
|
||||
external: true
|
||||
postgres-development:
|
||||
external: true
|
||||
minio-development:
|
||||
external: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user