feat: OnlyOffice in docker-compose aktiviert
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+12
-11
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user