This commit is contained in:
PxlLoewe
2025-03-16 13:56:18 -07:00
parent cf61740698
commit 4862f73612
26 changed files with 1268 additions and 160 deletions

View File

@@ -64,6 +64,21 @@ services:
- moodle_data:/bitnami/moodle
- moodle_moodledata:/bitnami/moodledata
# Für den Zugriff auf den Host
livekit-server:
image: livekit/livekit-server
container_name: livekit_server
restart: unless-stopped
ports:
- "7880:7880"
- "7881:7881"
- "7882:7882/udp"
volumes:
- "./livekit.yaml:/livekit.yaml"
command:
- "--config"
- "/livekit.yaml"
- "--node-ip=127.0.0.1"
volumes:
postgres-data:
moodle_data: