feat: mergerfs Bind-Mount statt Docker NFS-Volume
This commit is contained in:
parent
d51fd491c9
commit
eb3fef9d98
1 changed files with 2 additions and 12 deletions
14
compose.yaml
14
compose.yaml
|
|
@ -10,7 +10,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/emby:/config
|
- /app-config/emby:/config
|
||||||
- /app-config/emby_backup:/backup
|
- /app-config/emby_backup:/backup
|
||||||
- data:/data
|
- /mnt/media:/data
|
||||||
- /chris:/chris
|
- /chris:/chris
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp:size=128G,mode=1777
|
- /tmp:size=128G,mode=1777
|
||||||
|
|
@ -20,7 +20,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -38,13 +38,3 @@ services:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
count: all
|
count: all
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
data:
|
|
||||||
name: emby_data
|
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
device: :/volume1/nas
|
|
||||||
o: addr=192.168.7.100,nolock,hard,rw,rsize=1048576,wsize=1048576,noatime,nodiratime,nfsvers=4,acregmin=10,acregmax=60,acdirmin=60,acdirmax=600
|
|
||||||
type: nfs
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue