This commit is contained in:
Baobhan Sith
2025-05-08 00:45:42 +08:00
parent f4a5d3cb1c
commit 81b8853932
13 changed files with 370 additions and 2024 deletions
+4 -9
View File
@@ -1,13 +1,8 @@
# local/docker
DEPLOYMENT_MODE=local
RDP_SERVICE_URL_DOCKER=ws://rdp:8081
RDP_SERVICE_URL_LOCAL=ws://localhost:8081
VNC_SERVICE_URL_DOCKER=ws://vnc:8082
VNC_SERVICE_URL_LOCAL=ws://localhost:8082
# Backend API Base URLs
RDP_BACKEND_API_BASE_DOCKER=http://nexus-rdp:9090
RDP_BACKEND_API_BASE_LOCAL=http://localhost:9090
VNC_BACKEND_API_BASE_DOCKER=http://nexus-vnc:9091
VNC_BACKEND_API_BASE_LOCAL=http://localhost:9091
REMOTE_GATEWAY_API_BASE_LOCAL=http://localhost:9090
REMOTE_GATEWAY_API_BASE_DOCKER=http://remote-gateway:9090
REMOTE_GATEWAY_WS_URL_LOCAL=ws://localhost:8080
REMOTE_GATEWAY_WS_URL_DOCKER=ws://remote-gateway:8080