Initial commit

This commit is contained in:
2025-11-05 14:22:18 +08:00
commit d7a0850171
20 changed files with 3199 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
netease-url:
build:
context: .
dockerfile: Dockerfile
env_file:
- .env
ports:
- "5000:5000"
restart: unless-stopped