mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-08-07 12:28:43 +08:00
refactor: standardize service names and update port configurations for Euro Office integration
This commit is contained in:
@@ -28,10 +28,6 @@ INSECURE=true
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/euroffice.yml:traefik/opencloud.yml:traefik/euroffice.yml
|
||||
# Euro Office with external proxy (Nginx, Caddy, etc.)
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/euroffice.yml:external-proxy/opencloud.yml:external-proxy/euroffice.yml
|
||||
# Both Collabora and Euro Office with traefik
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:weboffice/euroffice.yml:traefik/opencloud.yml:traefik/collabora.yml:traefik/euroffice.yml
|
||||
# Both Collabora and Euro Office with external proxy
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:weboffice/euroffice.yml:external-proxy/opencloud.yml:external-proxy/collabora.yml:external-proxy/euroffice.yml
|
||||
|
||||
## Traefik Settings ##
|
||||
# Note: Traefik is always enabled and can't be disabled.
|
||||
@@ -251,9 +247,6 @@ COLLABORA_HOME_MODE=
|
||||
# Domain of Euro Office, where you can find the document server.
|
||||
# Defaults to "euro-office.opencloud.test"
|
||||
EURO_OFFICE_DOMAIN=
|
||||
# Domain of the wopiserver which handles Euro Office.
|
||||
# Defaults to "wopiserver-eo.opencloud.test"
|
||||
EURO_OFFICE_WOPISERVER_DOMAIN=
|
||||
# JWT Secret for Euro Office. IMPORTANT: Change this for production!
|
||||
# Defaults to "changeme"
|
||||
EURO_OFFICE_JWT_SECRET=
|
||||
|
||||
Reference in New Issue
Block a user