This commit is contained in:
Administrator
2022-12-15 17:49:39 +03:00
commit 4165498631
7 changed files with 226 additions and 0 deletions

16
.deploy/deploy-prod.yaml Normal file
View File

@@ -0,0 +1,16 @@
version: "3.4"
services:
bot:
image: mathwave/sprint-repo:pizda-bot
environment:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_PROD
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first