Files
proxy-station/docker-compose.yml
2026-08-25 11:35:05 +08:00

14 lines
398 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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:-}