fix
All checks were successful
Deploy Prod / Build (pull_request) Successful in 58s
Deploy Prod / Push (pull_request) Successful in 37s
Deploy Prod / Deploy prod (pull_request) Successful in 10s

This commit is contained in:
Egor Matveev 2025-06-14 03:39:20 +03:00
parent 3d6c955240
commit fad93012a1

View File

@ -5,6 +5,7 @@ services:
image: mathwave/sprint-repo:monitoring
networks:
- clickhouse
- monitoring
environment:
CLICKHOUSE_PASSWORD: $CLICKHOUSE_PASSWORD_PROD
deploy:
@ -18,3 +19,5 @@ services:
networks:
clickhouse:
external: true
monitoring:
external: true