master #49

Merged
emmatveev merged 3 commits from master into prod 2025-09-19 00:02:31 +03:00
Showing only changes of commit c5ff370f75 - Show all commits

View File

@@ -6,12 +6,13 @@ services:
image: mathwave/sprint-repo:pizda-bot
command: worker
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_HOST: "mongo"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
STAGE: "production"
networks:
- queues
- configurator
- mongo
deploy:
mode: replicated
restart_policy:
@@ -24,10 +25,11 @@ services:
image: mathwave/sprint-repo:pizda-bot
command: api
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_HOST: "mongo"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
networks:
- common-infra-nginx
- mongo
deploy:
mode: replicated
restart_policy:
@@ -43,3 +45,5 @@ networks:
external: true
configurator:
external: true
mongo:
external: true