forked from kofal.net/stoatchat-self-hosted
fix: Make livekit use a bindmount for livekit.yml (#243)
Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
@@ -179,13 +179,18 @@ services:
|
||||
|
||||
livekit:
|
||||
image: ghcr.io/stoatchat/livekit-server:v1.9.6
|
||||
depends_on:
|
||||
redis:
|
||||
condition: service_started
|
||||
command: --config /etc/livekit.yml
|
||||
volumes:
|
||||
- ./livekit.yml:/etc/livekit.yml
|
||||
ports:
|
||||
- "7881:7881"
|
||||
- "50000-50100:50000-50100/udp"
|
||||
restart: always
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./livekit.yml
|
||||
target: /etc/livekit.yml
|
||||
|
||||
# Create buckets for minio.
|
||||
createbuckets:
|
||||
|
||||
Reference in New Issue
Block a user