Neue Pfade (wegen Nas)
This commit is contained in:
parent
92ef21b414
commit
9b1800b4a8
2 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/jellyfin/config:/config
|
- ${VOLUMES_PATH}/jellyfin/config:/config
|
||||||
- ${VOLUMES_PATH}/jellyfin/cache:/cache
|
- ${VOLUMES_PATH}/jellyfin/cache:/cache
|
||||||
- /mnt/wdhdd:/wdhdd
|
- ${SERIEN_PATH}:/mnt/serien
|
||||||
|
- ${FILME_PATH}:/mnt/filme
|
||||||
|
- ${MUSIK_PATH}:/mnt/musik
|
||||||
devices:
|
devices:
|
||||||
# VAAPI Devices
|
# VAAPI Devices
|
||||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
image: ghcr.io/home-assistant/home-assistant:stable
|
image: ghcr.io/home-assistant/home-assistant:stable
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUMES_PATH}/homeassistent:/config
|
- ${VOLUMES_PATH}/smartHome/homeassistent:/config
|
||||||
- /run/dbus:/run/dbus:ro
|
- /run/dbus:/run/dbus:ro
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
|
Loading…
Reference in a new issue