This commit is contained in:
emmatveev 2024-11-22 00:43:00 +03:00
parent b19f4532ff
commit 6d6622b825
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
image: mathwave/sprint-repo:queues
networks:
- common-infra-nginx
- queues
environment:
MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
@ -21,3 +22,5 @@ services:
networks:
common-infra-nginx:
external: true
queues:
external: true

View File

@ -6,6 +6,7 @@ services:
image: mathwave/sprint-repo:queues
networks:
- common-infra-nginx
- queues
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
@ -21,3 +22,5 @@ services:
networks:
common-infra-nginx:
external: true
queues:
external: true