feat: OnlyOffice in docker-compose aktiviert

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stefan Hacker
2026-04-11 21:43:37 +02:00
parent 67790af95e
commit c23205d2a6
+12 -11
View File
@@ -14,14 +14,15 @@ services:
# Braucht eine eigene Subdomain mit HTTPS (z.B. office.example.com) # Braucht eine eigene Subdomain mit HTTPS (z.B. office.example.com)
# Siehe nginx.example.conf und README.md fuer Setup-Anleitung # Siehe nginx.example.conf und README.md fuer Setup-Anleitung
# #
# onlyoffice: onlyoffice:
# image: onlyoffice/documentserver:latest image: onlyoffice/documentserver:latest
# ports: ports:
# - "8080:80" - "8080:80"
# environment: environment:
# - JWT_ENABLED=true - JWT_ENABLED=true
# - JWT_SECRET=${ONLYOFFICE_JWT_SECRET} - JWT_SECRET=${ONLYOFFICE_JWT_SECRET}
# volumes: volumes:
# - ./data/onlyoffice/logs:/var/log/onlyoffice - ./data/onlyoffice/logs:/var/log/onlyoffice
# - ./data/onlyoffice/data:/var/www/onlyoffice/Data - ./data/onlyoffice/data:/var/www/onlyoffice/Data
# restart: unless-stopped
restart: unless-stopped