feat: change the continous deployments

This commit is contained in:
Michael Barz
2024-06-28 10:36:49 +02:00
parent 3aa127696b
commit 55ee8ca433
6 changed files with 45 additions and 92 deletions
+1 -2
View File
@@ -137,9 +137,8 @@ COLLABORA_ADMIN_PASSWORD=
## Debugging - Monitoring ##
# Please see documentation at: https://owncloud.dev/ocis/deployment/monitoring-tracing/
# Only enable if you have Collabora AND OnlyOffice enabled.
# The leading colon is required to enable the service.
#MONITORING=:monitoring.yml
#MONITORING=:monitoring_tracing/monitoring.yml
## Uppy Companion Settings ##
# The leading colon is required to enable the service.
@@ -13,23 +13,14 @@ services:
# will expose the same metrics, so it's sufficient to query one endpoint
PROXY_DEBUG_ADDR: 0.0.0.0:9205
ocis-appprovider-collabora:
collaboration:
environment:
# tracing
OCIS_TRACING_ENABLED: "true"
OCIS_TRACING_TYPE: "jaeger"
OCIS_TRACING_ENDPOINT: jaeger-agent:6831
# metrics
APP_PROVIDER_DEBUG_ADDR: 0.0.0.0:9165
ocis-appprovider-onlyoffice:
environment:
# tracing
OCIS_TRACING_ENABLED: "true"
OCIS_TRACING_TYPE: "jaeger"
OCIS_TRACING_ENDPOINT: jaeger-agent:6831
# metrics
APP_PROVIDER_DEBUG_ADDR: 0.0.0.0:9165
COLLABORATION_DEBUG_ADDR: 0.0.0.0:9304
networks:
ocis-net: