This commit is contained in:
Daniel
2026-04-01 20:06:17 +08:00
parent ae3e6f717b
commit afbcd99224
596 changed files with 62930 additions and 13 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
vfxdemo:
build:
context: .
dockerfile: Dockerfile
args:
NPM_REGISTRY: https://registry.npmmirror.com
image: vfxdemo:cn
container_name: vfxdemo
ports:
- "5180:5180"
environment:
- PORT=5180
- NODE_ENV=production
volumes:
- ./data:/app/data
restart: unless-stopped