pizda-bot/.deploy/deploy-dev.yaml
Administrator 4165498631 initial
2022-12-15 17:49:39 +03:00

17 lines
287 B
YAML

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