probability

This commit is contained in:
Administrator
2022-12-17 16:53:03 +03:00
parent 3e210b19a6
commit 7c0c0f1b9d
6 changed files with 107 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ services:
image: mathwave/sprint-repo:pizda-bot
environment:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
deploy:
mode: replicated
restart_policy:

View File

@@ -7,6 +7,8 @@ services:
image: mathwave/sprint-repo:pizda-bot
environment:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_PROD
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
deploy:
mode: replicated
restart_policy: