fix
All checks were successful
Deploy Prod / Build (pull_request) Successful in 5s
Deploy Prod / Push (pull_request) Successful in 6s
Deploy Prod / Deploy prod (pull_request) Successful in 9s

This commit is contained in:
Egor Matveev 2025-09-17 18:52:03 +03:00
parent c25b464b0d
commit 9e77c9151d
2 changed files with 4 additions and 16 deletions

View File

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

View File

@ -2,7 +2,7 @@ version: "3.4"
services:
certupdater:
setka:
image: mathwave/sprint-repo:setka
networks:
- common-infra-nginx