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