Update docker-compose.yml
This commit is contained in:
+25
-24
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
image: heavrnl/nexus-terminal-frontend:latest
|
image: heavrnl/nexus-terminal-frontend:latest
|
||||||
@@ -6,7 +7,7 @@ services:
|
|||||||
- "18111:80"
|
- "18111:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
# - rdp
|
# - remote-gateway
|
||||||
networks:
|
networks:
|
||||||
- nexus-terminal-network
|
- nexus-terminal-network
|
||||||
|
|
||||||
@@ -18,35 +19,35 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
PORT: 3001
|
PORT: 3001
|
||||||
RDP_BACKEND_API_BASE: http://rdp:9090
|
# REMOTE_GATEWAY_API_BASE: http://remote-gateway:9090
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
networks:
|
networks:
|
||||||
- nexus-terminal-network
|
- nexus-terminal-network
|
||||||
|
|
||||||
# rdp:
|
# remote-gateway:
|
||||||
# image: heavrnl/nexus-terminal-rdp
|
# image: heavrnl/nexus-terminal-remote-gateway:latest
|
||||||
# container_name: nexus-terminal-rdp
|
# container_name: nexus-terminal-remote-gateway
|
||||||
# environment:
|
# environment:
|
||||||
# GUACD_HOST: guacd
|
# GUACD_HOST: guacd
|
||||||
# GUACD_PORT: 4822
|
# GUACD_PORT: 4822
|
||||||
# API_PORT: 9090
|
# REMOTE_GATEWAY_API_PORT: 9090
|
||||||
# GUAC_WS_PORT: 8081
|
# REMOTE_GATEWAY_WS_PORT: 8080
|
||||||
# FRONTEND_URL: http://frontend
|
# FRONTEND_URL: http://frontend
|
||||||
# MAIN_BACKEND_URL: http://backend:3001
|
# MAIN_BACKEND_URL: http://backend:3001
|
||||||
# NODE_ENV: production
|
# NODE_ENV: production
|
||||||
# networks:
|
# networks:
|
||||||
# - nexus-terminal-network
|
# - nexus-terminal-network
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - guacd
|
# - guacd
|
||||||
# - backend
|
# - backend
|
||||||
|
|
||||||
# guacd:
|
guacd:
|
||||||
# image: guacamole/guacd:latest
|
image: guacamole/guacd:latest
|
||||||
# container_name: nexus-terminal-guacd
|
container_name: nexus-terminal-guacd
|
||||||
# networks:
|
networks:
|
||||||
# - nexus-terminal-network
|
- nexus-terminal-network
|
||||||
# restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
nexus-terminal-network:
|
nexus-terminal-network:
|
||||||
|
|||||||
Reference in New Issue
Block a user