update
This commit is contained in:
+5
-5
@@ -25,15 +25,15 @@ services:
|
|||||||
- nexus-terminal-network
|
- nexus-terminal-network
|
||||||
|
|
||||||
rdp:
|
rdp:
|
||||||
image: heavrnl/nexus-terminal-rdp # <-- Replace with your actual image name
|
image: heavrnl/nexus-terminal-rdp
|
||||||
container_name: nexus-terminal-rdp
|
container_name: nexus-terminal-rdp
|
||||||
environment:
|
environment:
|
||||||
GUACD_HOST: guacd
|
GUACD_HOST: guacd
|
||||||
GUACD_PORT: 4822
|
GUACD_PORT: 4822
|
||||||
API_PORT: 9090 # Default API port for rdp service
|
API_PORT: 9090
|
||||||
GUAC_WS_PORT: 8081 # Default WebSocket port for rdp service
|
GUAC_WS_PORT: 8081
|
||||||
FRONTEND_URL: http://frontend # Allow CORS from frontend container
|
FRONTEND_URL: http://frontend
|
||||||
MAIN_BACKEND_URL: http://backend:3001 # Allow CORS from backend container
|
MAIN_BACKEND_URL: http://backend:3001
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
networks:
|
networks:
|
||||||
- nexus-terminal-network
|
- nexus-terminal-network
|
||||||
|
|||||||
Reference in New Issue
Block a user