Merge pull request #307 from opencloud-eu/setNatsForCollabora

set OC_EVENTS_ENDPOINT for collaboration
This commit is contained in:
Florian Schade
2026-06-17 11:16:59 +02:00
committed by GitHub

View File

@@ -41,6 +41,7 @@ services:
COLLABORATION_CS3API_DATAGATEWAY_INSECURE: "${INSECURE:-true}"
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
OC_URL: https://${OC_DOMAIN:-cloud.opencloud.test}${TRAEFIK_PORT_HTTPS:+:}${TRAEFIK_PORT_HTTPS:-}
OC_EVENTS_ENDPOINT: "opencloud:9233"
volumes:
# configure the .env file to use own paths instead of docker internal volumes
- ${OC_CONFIG_DIR:-opencloud-config}:/etc/opencloud