Fixup the env variables for the webui launch
This commit is contained in:
+3
-3
@@ -53,9 +53,9 @@ services:
|
||||
platforms:
|
||||
- linux/arm64
|
||||
args:
|
||||
# WebSocket URL of the GStreamer signaling server, baked into the frontend bundle.
|
||||
# Override with: VITE_WEBRTC_WS_URL=ws://raspberrypi.local:8443
|
||||
VITE_WEBRTC_WS_URL: ${VITE_WEBRTC_WS_URL:-}
|
||||
# Hostname of the GStreamer signaling server, baked into the frontend bundle.
|
||||
# Override with: VITE_WEBRTC_HOST=raspbot-v2.local
|
||||
VITE_WEBRTC_HOST: ${VITE_WEBRTC_HOST:-}
|
||||
image: raspbot_v2_webui:latest
|
||||
network_mode: host
|
||||
ipc: host
|
||||
|
||||
Reference in New Issue
Block a user