queues/.deploy/deploy-dev.yaml
emmatveev be7bc1ef2c
All checks were successful
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 11s
Deploy Dev / Deploy dev (pull_request) Successful in 9s
update
2024-11-23 22:20:12 +03:00

23 lines
426 B
YAML

version: "3.4"
services:
queues:
image: mathwave/sprint-repo:queues
networks:
- queues-development
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
networks:
queues-development:
external: true