Merge pull request 'fix' (#2) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/setka/pulls/2
This commit is contained in:
commit
cc6f345b8e
@ -3,31 +3,19 @@ version: "3.4"
|
||||
|
||||
services:
|
||||
certupdater:
|
||||
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
|
||||
image: mathwave/sprint-repo:setka
|
||||
networks:
|
||||
- configurator
|
||||
- queues-development
|
||||
- minio-development
|
||||
- mongo-development
|
||||
- common-infra-nginx-dev
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
condition: any
|
||||
placement:
|
||||
constraints: [node.labels.stage == development]
|
||||
update_config:
|
||||
parallelism: 1
|
||||
order: start-first
|
||||
|
||||
networks:
|
||||
configurator:
|
||||
common-infra-nginx-development:
|
||||
external: true
|
||||
queues-development:
|
||||
external: true
|
||||
|
@ -2,7 +2,7 @@ version: "3.4"
|
||||
|
||||
|
||||
services:
|
||||
certupdater:
|
||||
setka:
|
||||
image: mathwave/sprint-repo:setka
|
||||
networks:
|
||||
- common-infra-nginx
|
||||
|
Loading…
Reference in New Issue
Block a user