fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 43s
Deploy Dev / Push (pull_request) Successful in 44s
Deploy Dev / prepare (pull_request) Successful in 5s
Deploy Dev / Deploy dev (pull_request) Successful in 25s

This commit is contained in:
Egor Matveev
2025-06-08 11:12:54 +03:00
parent 0994e3b25a
commit d1212d852b
4 changed files with 19 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ services:
image: mathwave/sprint-repo:sprint-infra-nginx-dev
networks:
- common-infra-nginx-development
- configurator
environment:
MINIO_SECRET_KEY: $MINIO_SECRET_KEY_DEV
ports:
- published: 80
target: 80
@@ -27,3 +30,5 @@ services:
networks:
common-infra-nginx-development:
external: true
configurator:
external: true