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

View File

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