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

24 lines
421 B
YAML

version: "3.4"
services:
queues:
image: mathwave/sprint-repo:queues
networks:
- queues
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
STAGE: "production"
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
queues:
external: true