fix: fix compose examples for onlyoffice and monitoring

This commit is contained in:
Michael Barz
2024-06-28 22:32:19 +02:00
parent f53c318d59
commit 66f19592df
4 changed files with 10 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
OCIS_DOMAIN: ocis.ocis-onlyoffice.rolling.owncloud.works
COMPANION_DOMAIN: companion.ocis-onlyoffice.rolling.owncloud.works
COMPANION_IMAGE: owncloud/uppy-companion:3.12.13-owncloud
WOPISERVER_DOMAIN: wopiserver.ocis-onlyoffice.rolling.owncloud.works
WOPISERVER_ONLYOFFICE_DOMAIN: wopiserver-oo.ocis-onlyoffice.rolling.owncloud.works
ONLYOFFICE_DOMAIN: onlyoffice.ocis-onlyoffice.rolling.owncloud.works
INBUCKET_DOMAIN: mail.ocis-onlyoffice.rolling.owncloud.works
DEMO_USERS: "true"

View File

@@ -138,7 +138,7 @@ COLLABORA_ADMIN_PASSWORD=
## Debugging - Monitoring ##
# Please see documentation at: https://owncloud.dev/ocis/deployment/monitoring-tracing/
# The leading colon is required to enable the service.
#MONITORING=:monitoring_tracing/monitoring.yml
MONITORING=:monitoring_tracing/monitoring.yml
## Uppy Companion Settings ##
# The leading colon is required to enable the service.

View File

@@ -20,3 +20,7 @@ services:
OCIS_TRACING_ENDPOINT: jaeger-agent:6831
# metrics
COLLABORATION_DEBUG_ADDR: 0.0.0.0:9304
networks:
ocis-net:
external: true

View File

@@ -20,3 +20,7 @@ services:
OCIS_TRACING_ENDPOINT: jaeger-agent:6831
# metrics
COLLABORATION_DEBUG_ADDR: 0.0.0.0:9304
networks:
ocis-net:
external: true