fix: cleanup no longer required scripts

WOPI fixes have been integrated into the docker image from v9.3.2-rc.1 onwards
This commit is contained in:
cazo
2026-06-18 13:24:23 +00:00
committed by GitHub
parent 4531d137ef
commit 03ba22ed4e
4 changed files with 0 additions and 668 deletions

View File

@@ -55,18 +55,12 @@ services:
opencloud-net:
environment:
WOPI_ENABLED: "true"
JWT_SECRET: "${EURO_OFFICE_JWT_SECRET:-changeme}"
# self-signed certificates
USE_UNAUTHORIZED_STORAGE: "${INSECURE:-false}"
entrypoint:
- /bin/sh
- /init-wopi.sh
volumes:
# Mount local TrueType fonts so the container can use system fonts
# (e.g. Microsoft fonts like Arial, Calibri, Cambria by installing the `ttf-mscorefonts-installer` package).
- /usr/share/fonts/truetype:/usr/share/fonts/truetype/more:ro
- ./config/euro-office/init-wopi.sh:/init-wopi.sh:ro
- ./config/euro-office/onlyoffice-docs-formats.json:/var/www/onlyoffice/documentserver/document-formats/onlyoffice-docs-formats.json
logging:
driver: ${LOG_DRIVER:-local}
restart: always