Update qnap_mediaui.yaml
parent
11f76bf2fc
commit
9963c4ba74
|
|
@ -60,29 +60,6 @@ services:
|
|||
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
|
||||
- $DB_DATA_LOCATION:/var/lib/postgresql/data
|
||||
|
||||
|
||||
# Video
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
devices:
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
- /dev/dri/card0:/dev/dri/card0
|
||||
ports:
|
||||
- 8096:8096
|
||||
volumes:
|
||||
- /share/Container/docker_volumes/jellyfin:/config
|
||||
- /share/Container/docker_volumes/jellyfin/cache:/cache
|
||||
- /share/TV/:/TV
|
||||
- /share/Movies:/Movies
|
||||
- /share/Music:/Music
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=America/New_York
|
||||
|
||||
# Music
|
||||
navidrome:
|
||||
image: deluan/navidrome:latest
|
||||
|
|
@ -130,7 +107,7 @@ services:
|
|||
restart: unless-stopped
|
||||
network_mode: host
|
||||
ports:
|
||||
- 5050:80
|
||||
- 5001:80
|
||||
volumes:
|
||||
- /share/Container/docker_volumes/audiobookshelf:/podcasts
|
||||
- /share/Container/docker_volumes/audiobookshelf/config:/config
|
||||
|
|
|
|||
Loading…
Reference in New Issue