version: '3.8' services: zurg: image: ghcr.io/debridmediamanager/zurg-testing:v0.9.2-hotfix.4 restart: unless-stopped ports: - 9999:9999 volumes: - ./plex_update.sh:/app/plex_update.sh - ./config.yml:/app/config.yml - zurgdata:/app/data rclone: image: rclone/rclone:latest restart: unless-stopped environment: TZ: Europe/Berlin PUID: 1000 PGID: 1000 volumes: - /mnt/remote/realdebrid:/data:rshared - ./rclone.conf:/config/rclone/rclone.conf - /mnt:/mnt cap_add: - SYS_ADMIN security_opt: - apparmor:unconfined devices: - /dev/fuse:/dev/fuse:rwm depends_on: - zurg command: "mount zurghttp: /data --allow-non-empty --allow-other --uid=1000 --gid=1000 --cache-dir /mnt/cache --vfs-cache-mode full --vfs-cache-max-age 24h --vfs-cache-max-size 50G --async-read --vfs-read-ahead 128M --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit 2G --use-mmap --buffer-size=64M --dir-cache-time 10s" volumes: zurgdata: