mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
Merge pull request #70 from dschmidt/refactor/monitoring-without-collaboration
refactor: split monitoring configuration
This commit is contained in:
7
monitoring/monitoring-collaboration.yml
Normal file
7
monitoring/monitoring-collaboration.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
services:
|
||||||
|
collaboration:
|
||||||
|
environment:
|
||||||
|
# metrics
|
||||||
|
COLLABORATION_DEBUG_ADDR: 0.0.0.0:9304
|
||||||
@@ -8,11 +8,6 @@ services:
|
|||||||
# will expose the same metrics, so it's sufficient to query one endpoint
|
# will expose the same metrics, so it's sufficient to query one endpoint
|
||||||
PROXY_DEBUG_ADDR: 0.0.0.0:9205
|
PROXY_DEBUG_ADDR: 0.0.0.0:9205
|
||||||
|
|
||||||
collaboration:
|
|
||||||
environment:
|
|
||||||
# metrics
|
|
||||||
COLLABORATION_DEBUG_ADDR: 0.0.0.0:9304
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
opencloud-net:
|
opencloud-net:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user