Skip to content
Snippets Groups Projects
Verified Commit f0b9e3d1 authored by Ole Binder's avatar Ole Binder
Browse files

Fix: add env variable for user id

add AURA_USER_ID to map /run/user/${AURA_USER_ID}/pipewire-0 into the container
parent a81ddbe2
No related branches found
No related tags found
1 merge request!8Feat jack support
......@@ -61,9 +61,7 @@ services:
AURA_ENGINE_STREAM_OUTPUT_GENRE: ${AURA_ENGINE_STREAM_OUTPUT_GENRE}
volumes:
# this needs to be the path of the user running pipewire, most likely the current user
- /run/user/1000/pipewire-0:/tmp/pipewire-0
- ./../services/:/etc/aura/:ro
# - ./asound.conf:/etc/asound.conf
- /run/user/${AURA_USER_ID}/pipewire-0:/tmp/pipewire-0
- ${AURA_AUDIO_STORE_SOURCE}:/var/audio/source
- ${AURA_AUDIO_STORE_PLAYLIST}:/var/audio/playlist
- ${AURA_AUDIO_STORE_FALLBACK}:/var/audio/fallback
......
......@@ -6,7 +6,7 @@
TIMEZONE=Europe/Vienna
# Folder to store service log files
AURA_LOGS=logs
AURA_USER_ID=2872
### AUDIO STORE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment