fix
This commit is contained in:
@@ -6,12 +6,12 @@ services:
|
||||
worker:
|
||||
image: mathwave/sprint-repo:ruz-bot
|
||||
environment:
|
||||
MONGO_HOST: "mongo.chocomarsh.com"
|
||||
STAGE: "production"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
networks:
|
||||
- queues
|
||||
- configurator
|
||||
- mongo
|
||||
command: worker
|
||||
deploy:
|
||||
mode: replicated
|
||||
@@ -24,13 +24,13 @@ services:
|
||||
fetch:
|
||||
image: mathwave/sprint-repo:ruz-bot
|
||||
environment:
|
||||
MONGO_HOST: "mongo.chocomarsh.com"
|
||||
STAGE: "production"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
DEBUG: "false"
|
||||
networks:
|
||||
- queues
|
||||
- configurator
|
||||
- mongo
|
||||
command: fetch
|
||||
deploy:
|
||||
mode: replicated
|
||||
@@ -43,13 +43,13 @@ services:
|
||||
notify:
|
||||
image: mathwave/sprint-repo:ruz-bot
|
||||
environment:
|
||||
MONGO_HOST: "mongo.chocomarsh.com"
|
||||
STAGE: "production"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
DEBUG: "false"
|
||||
networks:
|
||||
- queues
|
||||
- configurator
|
||||
- mongo
|
||||
command: notify
|
||||
deploy:
|
||||
mode: replicated
|
||||
@@ -64,8 +64,8 @@ services:
|
||||
networks:
|
||||
- common-infra-nginx
|
||||
- configurator
|
||||
- mongo
|
||||
environment:
|
||||
MONGO_HOST: "mongo.chocomarsh.com"
|
||||
STAGE: "production"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
DEBUG: "false"
|
||||
@@ -85,3 +85,5 @@ networks:
|
||||
external: true
|
||||
configurator:
|
||||
external: true
|
||||
mongo:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user