Initial commit: all siklos docker-compose files

This commit is contained in:
2026-04-29 10:42:41 -05:00
commit c07e58865d
18 changed files with 488 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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"