WIP
This commit is contained in:
parent
81c46d3161
commit
4e4903fdc9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue