Nextcloud

---

services:
  nextcloud:
    image: lscr.io/linuxserver/nextcloud:25.0.4-ls229
    container_name: nextcloud
    restart: unless-stopped
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=${LOCATION}
    volumes:
      - ${DATA-NEXTCLOUD-CONFIG}:/config
      - ${DATA-NEXTCLOUD}:/data
    ports:
      - 8080:80
      - 4443:443

collabora:
    image: collabora/code:6.4.13.3
    container_name: collabora
    restart: unless-stopped
    cap_add:
      - MKNOD
    environment:
      # domain must be superated by "\\"
      - "domain=subdomain\\.fqdn\\.here"
      - SLEEPFORDEBUGGER=0
      - extra_params=o:ssl.enable=false
      - dictionaries=en_US
    volumes:
      - ${DATA-COLLABORA}:/config
    ports:
      - 9980:9980