init: init proj
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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:-}
|
||||
Reference in New Issue
Block a user