init: init proj

This commit is contained in:
2026-08-25 11:35:05 +08:00
commit bf7f2df67e
80 changed files with 9936 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
proxy-station:
build: .
container_name: proxy-station
restart: unless-stopped
ports:
- '3000:3000'
volumes:
- ./data:/data
environment:
# 公网部署必须设置:管理接口的 Bearer token
# 未设置时管理接口仅放行 localhost 与局域网订阅端点始终公开token 即凭证)
- ADMIN_TOKEN=${ADMIN_TOKEN:-}