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

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