queues-py3-grpc/.deploy/deploy-dev.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
436 B
YAML

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