Compare commits
No commits in common. "cc6f345b8e8c03e08616db8ec2fa7220bae4d797" and "c25b464b0d86c4599af9c8635dc9f18d3a94fcfd" have entirely different histories.
cc6f345b8e
...
c25b464b0d
@ -3,19 +3,31 @@ version: "3.4"
|
||||
|
||||
services:
|
||||
certupdater:
|
||||
image: mathwave/sprint-repo:setka
|
||||
image: mathwave/sprint-repo:certupdater
|
||||
command: worker
|
||||
environment:
|
||||
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||
STAGE: "development"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- common-infra-nginx-dev
|
||||
- configurator
|
||||
- queues-development
|
||||
- minio-development
|
||||
- mongo-development
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
condition: any
|
||||
placement:
|
||||
constraints: [node.labels.stage == development]
|
||||
update_config:
|
||||
parallelism: 1
|
||||
order: start-first
|
||||
|
||||
networks:
|
||||
common-infra-nginx-development:
|
||||
configurator:
|
||||
external: true
|
||||
queues-development:
|
||||
external: true
|
||||
|
@ -2,7 +2,7 @@ version: "3.4"
|
||||
|
||||
|
||||
services:
|
||||
setka:
|
||||
certupdater:
|
||||
image: mathwave/sprint-repo:setka
|
||||
networks:
|
||||
- common-infra-nginx
|
||||
|
Loading…
Reference in New Issue
Block a user