This commit is contained in:
Baobhan Sith
2025-04-28 14:09:43 +08:00
parent 179f0035f6
commit cfbc124295
7 changed files with 139 additions and 41 deletions
-32
View File
@@ -1,32 +0,0 @@
services:
frontend:
build:
context: .
dockerfile: packages/frontend/Dockerfile
container_name: nexus-terminal-frontend
ports:
- "18111:80"
depends_on:
- backend
networks:
- nexus-terminal-network
backend:
build:
context: .
dockerfile: packages/backend/Dockerfile
container_name: nexus-terminal-backend
ports:
- "18112:3001"
environment:
NODE_ENV: production
PORT: 3001
volumes:
- ./data:/app/data
networks:
- nexus-terminal-network
networks:
nexus-terminal-network:
driver: bridge