roulette-bot/.deploy/deploy-dev.yaml
2024-11-30 12:40:56 +03:00

18 lines
337 B
YAML

version: "3.4"
services:
bot:
image: mathwave/sprint-repo:roulette-bot
environment:
MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first