This commit is contained in:
2024-03-07 19:58:02 +03:00
parent b6c0be0d00
commit 7c730cd831
4 changed files with 61 additions and 0 deletions

View File

@@ -20,6 +20,23 @@ services:
parallelism: 1
order: start-first
updater:
image: mathwave/sprint-repo:pizda-bot
command: updater
environment:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
STAGE: "development"
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
pizda-bot-nginx:
image: mathwave/sprint-repo:pizda-bot
command: api