Compare commits
2 Commits
c25b464b0d
...
cc6f345b8e
Author | SHA1 | Date | |
---|---|---|---|
cc6f345b8e | |||
![]() |
9e77c9151d |
@ -3,31 +3,19 @@ version: "3.4"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
certupdater:
|
certupdater:
|
||||||
image: mathwave/sprint-repo:certupdater
|
image: mathwave/sprint-repo:setka
|
||||||
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:
|
networks:
|
||||||
- configurator
|
- common-infra-nginx-dev
|
||||||
- queues-development
|
|
||||||
- minio-development
|
|
||||||
- mongo-development
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
placement:
|
|
||||||
constraints: [node.labels.stage == development]
|
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
order: start-first
|
order: start-first
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
configurator:
|
common-infra-nginx-development:
|
||||||
external: true
|
external: true
|
||||||
queues-development:
|
queues-development:
|
||||||
external: true
|
external: true
|
||||||
|
@ -2,7 +2,7 @@ version: "3.4"
|
|||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
certupdater:
|
setka:
|
||||||
image: mathwave/sprint-repo:setka
|
image: mathwave/sprint-repo:setka
|
||||||
networks:
|
networks:
|
||||||
- common-infra-nginx
|
- common-infra-nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user