Merge pull request #70 from dschmidt/refactor/monitoring-without-collaboration

refactor: split monitoring configuration
This commit is contained in:
Michael Barz
2025-08-04 20:30:45 +02:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
---
services:
collaboration:
environment:
# metrics
COLLABORATION_DEBUG_ADDR: 0.0.0.0:9304

View File

@@ -8,11 +8,6 @@ services:
# will expose the same metrics, so it's sufficient to query one endpoint
PROXY_DEBUG_ADDR: 0.0.0.0:9205
collaboration:
environment:
# metrics
COLLABORATION_DEBUG_ADDR: 0.0.0.0:9304
networks:
opencloud-net:
external: true