Update docker-compose.yml
This commit is contained in:
@@ -3,6 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: packages/frontend/Dockerfile
|
dockerfile: packages/frontend/Dockerfile
|
||||||
|
image: heavrnl/nexus-terminal-frontend:latest
|
||||||
container_name: nexus-terminal-frontend
|
container_name: nexus-terminal-frontend
|
||||||
ports:
|
ports:
|
||||||
- "18111:80"
|
- "18111:80"
|
||||||
@@ -18,6 +19,7 @@ services:
|
|||||||
dockerfile: packages/backend/Dockerfile
|
dockerfile: packages/backend/Dockerfile
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
image: heavrnl/nexus-terminal-backend:latest
|
||||||
container_name: nexus-terminal-backend
|
container_name: nexus-terminal-backend
|
||||||
ports:
|
ports:
|
||||||
- "3001:3001"
|
- "3001:3001"
|
||||||
@@ -34,6 +36,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: packages/rdp/Dockerfile
|
dockerfile: packages/rdp/Dockerfile
|
||||||
|
image: heavrnl/nexus-terminal-rdp:latest
|
||||||
container_name: nexus-terminal-rdp
|
container_name: nexus-terminal-rdp
|
||||||
environment:
|
environment:
|
||||||
GUACD_HOST: guacd
|
GUACD_HOST: guacd
|
||||||
|
|||||||
Reference in New Issue
Block a user