mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-20 01:35:16 -05:00
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:
|
livekit:
|
||||||
image: ghcr.io/stoatchat/livekit-server:v1.9.6
|
image: ghcr.io/stoatchat/livekit-server:v1.9.6
|
||||||
|
depends_on:
|
||||||
|
redis:
|
||||||
|
condition: service_started
|
||||||
command: --config /etc/livekit.yml
|
command: --config /etc/livekit.yml
|
||||||
volumes:
|
|
||||||
- ./livekit.yml:/etc/livekit.yml
|
|
||||||
ports:
|
ports:
|
||||||
- "7881:7881"
|
- "7881:7881"
|
||||||
- "50000-50100:50000-50100/udp"
|
- "50000-50100:50000-50100/udp"
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: ./livekit.yml
|
||||||
|
target: /etc/livekit.yml
|
||||||
|
|
||||||
# Create buckets for minio.
|
# Create buckets for minio.
|
||||||
createbuckets:
|
createbuckets:
|
||||||
|
|||||||
Reference in New Issue
Block a user