mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 01:39:16 -05:00
19 lines
434 B
YAML
19 lines
434 B
YAML
---
|
|
version: "3.7"
|
|
|
|
services:
|
|
ocis:
|
|
environment:
|
|
# tracing
|
|
OCIS_TRACING_ENABLED: "true"
|
|
OCIS_TRACING_TYPE: "jaeger"
|
|
OCIS_TRACING_ENDPOINT: jaeger-agent:6831
|
|
# metrics
|
|
# if oCIS runs as a single process, all <debug>/metrics endpoints
|
|
# will expose the same metrics, so it's sufficient to query one endpoint
|
|
PROXY_DEBUG_ADDR: 0.0.0.0:9205
|
|
|
|
networks:
|
|
ocis-net:
|
|
external: true
|