master #19

Merged
emmatveev merged 11 commits from master into prod 2025-01-07 02:30:44 +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