fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 1m16s
Deploy Dev / Push (pull_request) Successful in 21s
Deploy Dev / Deploy dev (pull_request) Successful in 10s
Deploy Prod / Build (pull_request) Successful in 5s
Deploy Prod / Push (pull_request) Successful in 10s
Deploy Prod / Deploy prod (pull_request) Successful in 11s

This commit is contained in:
Egor Matveev
2025-09-15 01:33:01 +03:00
parent 4c0bafa7cf
commit 40907f9d07
5 changed files with 14 additions and 7 deletions

View File

@@ -6,9 +6,7 @@ services:
image: mathwave/sprint-repo:certupdater
command: worker
environment:
MINIO_HOST: "minio.sprinthub.ru"
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_PROD
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
STAGE: "production"
volumes:
@@ -16,6 +14,8 @@ services:
networks:
- configurator
- queues
- minio
- mongo
deploy:
mode: replicated
restart_policy:
@@ -31,3 +31,7 @@ networks:
external: true
queues:
external: true
minio:
external: true
mongo:
external: true