17 lines
288 B
YAML
17 lines
288 B
YAML
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
|