roulette-bot/.deploy/deploy-dev.yaml
emmatveev ebeef5c15f
All checks were successful
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 8s
Deploy Dev / Deploy dev (pull_request) Successful in 8s
fix
2024-11-30 12:46:22 +03:00

23 lines
429 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
networks:
- queues-development
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
queues-development:
external: true