fix #2

Merged
emmatveev merged 1 commits from master into prod 2025-09-17 18:52:30 +03:00
2 changed files with 4 additions and 16 deletions
Showing only changes of commit 9e77c9151d - Show all commits

View File

@ -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

View File

@ -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