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_PATH}/jellyfin/config:/config
|
||||
- ${VOLUMES_PATH}/jellyfin/cache:/cache
|
||||
- /mnt/wdhdd:/wdhdd
|
||||
- ${SERIEN_PATH}:/mnt/serien
|
||||
- ${FILME_PATH}:/mnt/filme
|
||||
- ${MUSIK_PATH}:/mnt/musik
|
||||
devices:
|
||||
# VAAPI Devices
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
homeassistant:
|
||||
image: ghcr.io/home-assistant/home-assistant:stable
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/homeassistent:/config
|
||||
- ${VOLUMES_PATH}/smartHome/homeassistent:/config
|
||||
- /run/dbus:/run/dbus:ro
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
|
|
Loading…
Reference in a new issue