fix nets
This commit is contained in:
parent
b7ef588b34
commit
4dbedb1572
@ -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
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user