queues-py3-grpc/.deploy/deploy-prod.yaml
2024-12-07 23:18:37 +03:00

23 lines
404 B
YAML

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