This commit is contained in:
Baobhan Sith
2025-04-28 20:03:37 +08:00
parent bc08141982
commit c43b2c63f1
4 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ services:
image: heavrnl/nexus-terminal-frontend
container_name: nexus-terminal-frontend
ports:
- "18111:80"
- "3001:80"
depends_on:
- backend
- rdp # Added rdp dependency
@@ -14,7 +14,7 @@ services:
image: heavrnl/nexus-terminal-backend
container_name: nexus-terminal-backend
ports:
- "18112:3001"
- "3001:3001"
environment:
NODE_ENV: production
PORT: 3001