This commit is contained in:
Administrator 2022-10-21 13:45:51 +03:00
parent b7ef588b34
commit 4dbedb1572
2 changed files with 2 additions and 8 deletions

View File

@ -5,8 +5,6 @@ services:
bot: bot:
image: mathwave/sprint-repo:ruz-bot image: mathwave/sprint-repo:ruz-bot
networks:
- b-jokes-net
environment: environment:
MONGO_HOST: "mongo.develop.sprinthub.ru" MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV MONGO_PASSWORD: $MONGO_PASSWORD_DEV
@ -25,6 +23,7 @@ services:
environment: environment:
MONGO_HOST: "mongo.develop.sprinthub.ru" MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV MONGO_PASSWORD: $MONGO_PASSWORD_DEV
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
command: fetch command: fetch
deploy: deploy:
mode: replicated mode: replicated
@ -48,9 +47,3 @@ services:
update_config: update_config:
parallelism: 1 parallelism: 1
order: start-first order: start-first
networks:
b-jokes-net:
driver: overlay
common-infra-nginx:
external: true

View File

@ -24,6 +24,7 @@ services:
environment: environment:
MONGO_HOST: "mongo.sprinthub.ru" MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD MONGO_PASSWORD: $MONGO_PASSWORD_PROD
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_PROD
DEBUG: false DEBUG: false
command: fetch command: fetch
deploy: deploy: