master #16

Merged
emmatveev merged 2 commits from master into dev 2025-01-06 16:48:05 +03:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit 911496ffba - Show all commits

View File

@ -6,7 +6,6 @@ services:
image: mathwave/sprint-repo:queues
networks:
- queues-development
- queues-mongo-development
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
@ -24,5 +23,3 @@ services:
networks:
queues-development:
external: true
queues-mongo-development:
driver: overlay

View File

@ -6,7 +6,6 @@ services:
image: mathwave/sprint-repo:queues
networks:
- queues
- queues-mongo-production
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
@ -24,5 +23,3 @@ services:
networks:
queues:
external: true
queues-mongo-production:
driver: overlay