Compare commits
8 Commits
master
...
ce266c879c
| Author | SHA1 | Date | |
|---|---|---|---|
| ce266c879c | |||
| 4bffbaa71c | |||
| d756179afc | |||
| eec0828dda | |||
| 2a30408bf0 | |||
| 5275687b26 | |||
| ff45d77f44 | |||
| 0948519267 |
@@ -8,12 +8,10 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- common-infra-nginx-development
|
- common-infra-nginx-development
|
||||||
- configurator-development
|
- configurator-development
|
||||||
- postgres-development
|
|
||||||
- minio-development
|
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: "postgres"
|
DB_HOST: "pg.dev.chocomarsh.com.ru"
|
||||||
DB_PASSWORD: $DB_PASSWORD_DEV
|
DB_PASSWORD: $DB_PASSWORD_DEV
|
||||||
MINIO_HOST: "minio"
|
MINIO_HOST: "minio.dev.chocomarsh.com"
|
||||||
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
||||||
REDIS_HOST: "redis.dev.chocomarsh.com"
|
REDIS_HOST: "redis.dev.chocomarsh.com"
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||||
@@ -37,13 +35,10 @@ services:
|
|||||||
|
|
||||||
fetch_stats:
|
fetch_stats:
|
||||||
image: mathwave/sprint-repo:platform
|
image: mathwave/sprint-repo:platform
|
||||||
networks:
|
|
||||||
- postgres-development
|
|
||||||
- minio-development
|
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: "postgres"
|
DB_HOST: "pg.dev.chocomarsh.com.ru"
|
||||||
DB_PASSWORD: $DB_PASSWORD_DEV
|
DB_PASSWORD: $DB_PASSWORD_DEV
|
||||||
MINIO_HOST: "minio"
|
MINIO_HOST: "minio.dev.chocomarsh.com"
|
||||||
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
||||||
REDIS_HOST: "redis.dev.chocomarsh.com"
|
REDIS_HOST: "redis.dev.chocomarsh.com"
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||||
@@ -61,13 +56,10 @@ services:
|
|||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
image: mathwave/sprint-repo:platform
|
image: mathwave/sprint-repo:platform
|
||||||
networks:
|
|
||||||
- postgres-development
|
|
||||||
- minio-development
|
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: "postgres"
|
DB_HOST: "pg.dev.chocomarsh.com.ru"
|
||||||
DB_PASSWORD: $DB_PASSWORD_DEV
|
DB_PASSWORD: $DB_PASSWORD_DEV
|
||||||
MINIO_HOST: "minio"
|
MINIO_HOST: "minio.dev.chocomarsh.com"
|
||||||
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
||||||
REDIS_HOST: "redis.dev.chocomarsh.com"
|
REDIS_HOST: "redis.dev.chocomarsh.com"
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||||
@@ -88,7 +80,3 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
configurator-development:
|
configurator-development:
|
||||||
external: true
|
external: true
|
||||||
postgres-development:
|
|
||||||
external: true
|
|
||||||
minio-development:
|
|
||||||
external: true
|
|
||||||
|
|||||||
@@ -8,12 +8,10 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- common-infra-nginx
|
- common-infra-nginx
|
||||||
- configurator
|
- configurator
|
||||||
- postgres
|
|
||||||
- minio
|
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: "postgres"
|
DB_HOST: "pg.chocomarsh.com"
|
||||||
DB_PASSWORD: $DB_PASSWORD_PROD
|
DB_PASSWORD: $DB_PASSWORD_PROD
|
||||||
MINIO_HOST: "minio"
|
MINIO_HOST: "minio.chocomarsh.com"
|
||||||
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
|
||||||
@@ -39,13 +37,10 @@ services:
|
|||||||
|
|
||||||
fetch_stats:
|
fetch_stats:
|
||||||
image: mathwave/sprint-repo:platform
|
image: mathwave/sprint-repo:platform
|
||||||
networks:
|
|
||||||
- postgres
|
|
||||||
- minio
|
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: "postgres"
|
DB_HOST: "pg.chocomarsh.com"
|
||||||
DB_PASSWORD: $DB_PASSWORD_PROD
|
DB_PASSWORD: $DB_PASSWORD_PROD
|
||||||
MINIO_HOST: "minio"
|
MINIO_HOST: "minio.schocomarsh.com"
|
||||||
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
|
||||||
@@ -65,13 +60,10 @@ services:
|
|||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
image: mathwave/sprint-repo:platform
|
image: mathwave/sprint-repo:platform
|
||||||
networks:
|
|
||||||
- postgres
|
|
||||||
- minio
|
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: "postgres"
|
DB_HOST: "pg.chocomarsh.com"
|
||||||
DB_PASSWORD: $DB_PASSWORD_PROD
|
DB_PASSWORD: $DB_PASSWORD_PROD
|
||||||
MINIO_HOST: "minio"
|
MINIO_HOST: "minio.chocomarsh.com"
|
||||||
MINIO_SECRET_KEY: $MINIO _SECRET_KEY_PROD
|
MINIO_SECRET_KEY: $MINIO _SECRET_KEY_PROD
|
||||||
command: migrate
|
command: migrate
|
||||||
deploy:
|
deploy:
|
||||||
@@ -87,7 +79,3 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
configurator:
|
configurator:
|
||||||
external: true
|
external: true
|
||||||
postgres:
|
|
||||||
external: true
|
|
||||||
minio:
|
|
||||||
external: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user