queues-go/.deploy/deploy-dev.yaml
Egor Matveev c2659fb49c initial
2024-12-31 00:53:40 +03:00

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