queues-py3-grpc/.deploy/deploy-prod.yaml
emmatveev 4c3f6d3d5c
All checks were successful
Deploy Dev / Build (pull_request) Successful in 6s
Deploy Dev / Push (pull_request) Successful in 7s
Deploy Dev / Deploy dev (pull_request) Successful in 8s
fix
2024-12-07 23:30:35 +03:00

23 lines
405 B
YAML

version: "3.4"
services:
queues-grpc:
image: mathwave/sprint-repo:queues-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