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