WIP
This commit is contained in:
parent
81c46d3161
commit
4e4903fdc9
|
@ -16,7 +16,7 @@ services:
|
||||||
- 15672:15672
|
- 15672:15672
|
||||||
|
|
||||||
playout:
|
playout:
|
||||||
user: ${UID:1000}:${GID:1000}
|
user: ${UID:-1000}:${GID:-1000}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: libretime-playout
|
target: libretime-playout
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
- ./dev/playout:/app
|
- ./dev/playout:/app
|
||||||
|
|
||||||
liquidsoap:
|
liquidsoap:
|
||||||
user: ${UID:1000}:${GID:1000}
|
user: ${UID:-1000}:${GID:-1000}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: libretime-playout
|
target: libretime-playout
|
||||||
|
@ -40,7 +40,7 @@ services:
|
||||||
# - ./docker/pulse.client.conf:/etc/pulse/client.conf
|
# - ./docker/pulse.client.conf:/etc/pulse/client.conf
|
||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
user: ${UID:1000}:${GID:1000}
|
user: ${UID:-1000}:${GID:-1000}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: libretime-analyzer
|
target: libretime-analyzer
|
||||||
|
@ -48,7 +48,7 @@ services:
|
||||||
- ./analyzer:/src
|
- ./analyzer:/src
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
user: ${UID:1000}:${GID:1000}
|
user: ${UID:-1000}:${GID:-1000}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: libretime-worker
|
target: libretime-worker
|
||||||
|
@ -56,7 +56,7 @@ services:
|
||||||
- ./worker:/src
|
- ./worker:/src
|
||||||
|
|
||||||
api:
|
api:
|
||||||
user: ${UID:1000}:${GID:1000}
|
user: ${UID:-1000}:${GID:-1000}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: libretime-api
|
target: libretime-api
|
||||||
|
@ -67,7 +67,7 @@ services:
|
||||||
LIBRETIME_DEBUG: "true"
|
LIBRETIME_DEBUG: "true"
|
||||||
|
|
||||||
legacy:
|
legacy:
|
||||||
user: ${UID:1000}:${GID:1000}
|
user: ${UID:-1000}:${GID:-1000}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: libretime-legacy
|
target: libretime-legacy
|
||||||
|
|
Loading…
Reference in New Issue