queues-py3-grpc/.deploy/deploy-prod.yaml
emmatveev cd23f8ba13
Some checks failed
Deploy Dev / Build (pull_request) Failing after 1m18s
Deploy Dev / Push (pull_request) Has been skipped
Deploy Dev / Deploy dev (pull_request) Has been skipped
fix
2024-12-12 22:29:28 +03:00

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