initial
This commit is contained in:
24
.deploy/deploy-dev.yaml
Normal file
24
.deploy/deploy-dev.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: "3.4"
|
||||
|
||||
|
||||
services:
|
||||
certupdater:
|
||||
image: mathwave/sprint-repo:certupdater
|
||||
command: worker
|
||||
environment:
|
||||
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||
STAGE: "development"
|
||||
networks:
|
||||
- configurator
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
condition: any
|
||||
update_config:
|
||||
parallelism: 1
|
||||
order: start-first
|
||||
|
||||
networks:
|
||||
configurator:
|
||||
external: true
|
||||
Reference in New Issue
Block a user