master #9

Merged
emmatveev merged 2 commits from master into prod 2024-11-22 01:20:40 +03:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 6d6622b825 - Show all commits

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