Some logistic changes

This commit is contained in:
Ben Sarmiento
2023-11-19 03:34:15 +01:00
parent 81d1df9bb5
commit 49bdb810e3
4 changed files with 44 additions and 8 deletions

View File

@@ -2,7 +2,8 @@ version: '3.8'
services:
zurg:
image: ghcr.io/debridmediamanager/zurg-testing:latest
# image: ghcr.io/debridmediamanager/zurg-testing:latest
build: .
restart: unless-stopped
ports:
- 9999:9999
@@ -18,15 +19,31 @@ services:
PUID: 1000
PGID: 1000
volumes:
- /mnt/zurg:/data:rshared
- ./rclone.conf:/config/rclone/rclone.conf
cap_add:
- SYS_ADMIN
security_opt:
- apparmor:unconfined
devices:
- /dev/fuse:/dev/fuse:rwm
- /dev/fuse
command: "mount zurg: /data --allow-non-empty --allow-other --uid=1000 --gid=1000 --dir-cache-time 10s --read-only"
rclonewd:
image: rclone/rclone:latest
restart: unless-stopped
environment:
TZ: Europe/Berlin
PUID: 1000
PGID: 1000
volumes:
- ./rclone.conf:/config/rclone/rclone.conf
cap_add:
- SYS_ADMIN
security_opt:
- apparmor:unconfined
devices:
- /dev/fuse
command: "mount zurgwd: /data --allow-non-empty --allow-other --uid=1000 --gid=1000 --dir-cache-time 10s --read-only"
volumes:
zurgdata: