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

View File

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