add: collabora to netcloud

This commit is contained in:
mk
2026-04-03 09:08:53 -03:00
parent 996b504c9c
commit 0fdd755e4b
3 changed files with 34 additions and 8 deletions

View File

@@ -33,6 +33,20 @@ services:
- ./db:/config
restart: unless-stopped
collabora:
image: collabora/code
container_name: collabora
environment:
- domain=${NEXTCLOUD_DOMAIN}
- username=${COLLABORA_ADMIN_USER}
- password=${COLLABORA_ADMIN_PASSWORD}
- extra_params=--o:ssl.enable=false --o:ssl.termination=true
cap_add:
- MKNOD
restart: unless-stopped
networks:
- traefik_portal
networks:
traefik_portal:
external: true