configurator/.deploy/deploy-dev.yaml
2024-11-22 21:44:04 +03:00

23 lines
420 B
YAML

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