first commit

This commit is contained in:
xuyong
2026-04-15 21:35:26 +08:00
commit 7097fa6b44
69 changed files with 5642 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
backend:
container_name: superdream
build:
context: .
dockerfile: Dockerfile
ports:
- "18000:18000"
volumes:
- ./data:/backend/data
env_file:
- .env
restart: unless-stopped