master #21

Merged
emmatveev merged 2 commits from master into dev 2025-06-15 22:26:57 +03:00
Showing only changes of commit fad93012a1 - Show all commits

View File

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