services: onlyoffice: image: onlyoffice/documentserver container_name: onlyoffice restart: unless-stopped ports: - "8880:80" volumes: - /opt/onlyoffice/data:/var/www/onlyoffice/Data - /opt/onlyoffice/lib:/var/lib/onlyoffice - /opt/onlyoffice/logs:/var/log/onlyoffice environment: - JWT_ENABLED=true - JWT_SECRET=4f2b0c719af2de99befacfec9ca5e8373cbdeb76 extra_hosts: # Route next.jgitta.com through Caddy (valid SSL cert) instead of direct to VM - "next.jgitta.com:192.168.88.110"