Compare commits

...

2 Commits

Author SHA1 Message Date
cc6f345b8e Merge pull request 'fix' (#2) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/setka/pulls/2
2025-09-17 18:52:28 +03:00
Egor Matveev
9e77c9151d 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
2025-09-17 18:52:03 +03:00
2 changed files with 4 additions and 16 deletions

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