mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
Merge origin/master into refactor/universal-carrier
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
This commit is contained in:
@@ -302,7 +302,7 @@ podman pull $IMAGE_NAME
|
||||
|
||||
echo "[*] Building OlcRTC..."
|
||||
podman run --rm \
|
||||
--add-host=host.containers.internal:host-gateway \
|
||||
--network host \
|
||||
-v $WORK_DIR:/app:Z \
|
||||
-v $GOMOD_CACHE:/go/pkg/mod:Z \
|
||||
-v $GO_BUILD_CACHE:/root/.cache/go-build:Z \
|
||||
@@ -318,7 +318,7 @@ fi
|
||||
if [ "$GEN_ROOM" = "1" ]; then
|
||||
echo "[*] Generating room via -mode gen..."
|
||||
ROOM_ID=$(podman run --rm \
|
||||
--add-host=host.containers.internal:host-gateway \
|
||||
--network host \
|
||||
-v $WORK_DIR:/app:Z \
|
||||
-w /app \
|
||||
$IMAGE_NAME \
|
||||
@@ -350,6 +350,7 @@ fi
|
||||
|
||||
echo "[*] Starting OlcRTC server..."
|
||||
podman run -d \
|
||||
--network host \
|
||||
--name $CONTAINER_NAME \
|
||||
--add-host=host.containers.internal:host-gateway \
|
||||
--restart unless-stopped \
|
||||
|
||||
Reference in New Issue
Block a user