fix: forward COLLABORA_DOMAIN and ONLYOFFICE_DOMAIN to the ocis container to allow substitution in csp.yaml (#9007)

This commit is contained in:
Thomas Müller
2024-04-29 15:18:24 +02:00
committed by GitHub
parent e140e61838
commit 7da2664144

View File

@@ -89,6 +89,8 @@ services:
NATS_NATS_HOST: 0.0.0.0
NATS_NATS_PORT: 9233
PROXY_CSP_CONFIG_FILE_LOCATION: /etc/ocis/csp.yaml
COLLABORA_DOMAIN: ${COLLABORA_DOMAIN:-collabora.owncloud.test}
ONLYOFFICE_DOMAIN: ${ONLYOFFICE_DOMAIN:-onlyoffice.owncloud.test}
volumes:
- ./config/ocis/app-registry.yaml:/etc/ocis/app-registry.yaml
- ./config/ocis/csp.yaml:/etc/ocis/csp.yaml