This commit is contained in:
jo 2023-04-26 18:43:35 +02:00
parent 81c46d3161
commit 4e4903fdc9
1 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ services:
- 15672:15672
playout:
user: ${UID:1000}:${GID:1000}
user: ${UID:-1000}:${GID:-1000}
build:
context: .
target: libretime-playout
@ -25,7 +25,7 @@ services:
- ./dev/playout:/app
liquidsoap:
user: ${UID:1000}:${GID:1000}
user: ${UID:-1000}:${GID:-1000}
build:
context: .
target: libretime-playout
@ -40,7 +40,7 @@ services:
# - ./docker/pulse.client.conf:/etc/pulse/client.conf
analyzer:
user: ${UID:1000}:${GID:1000}
user: ${UID:-1000}:${GID:-1000}
build:
context: .
target: libretime-analyzer
@ -48,7 +48,7 @@ services:
- ./analyzer:/src
worker:
user: ${UID:1000}:${GID:1000}
user: ${UID:-1000}:${GID:-1000}
build:
context: .
target: libretime-worker
@ -56,7 +56,7 @@ services:
- ./worker:/src
api:
user: ${UID:1000}:${GID:1000}
user: ${UID:-1000}:${GID:-1000}
build:
context: .
target: libretime-api
@ -67,7 +67,7 @@ services:
LIBRETIME_DEBUG: "true"
legacy:
user: ${UID:1000}:${GID:1000}
user: ${UID:-1000}:${GID:-1000}
build:
context: .
target: libretime-legacy