configurator/.deploy/deploy-dev.yaml
emmatveev f5f55bc8cf
Some checks failed
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 8s
Deploy Dev / Deploy dev (pull_request) Failing after 5s
fix
2024-11-24 11:00:54 +03:00

23 lines
450 B
YAML

version: "3.4"
services:
configurator:
image: mathwave/sprint-repo:configurator
networks:
- configurator-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:
configurator-development:
external: true