feat(deploy): change default port to 6680 for independent deployment
Some checks failed
CI / test (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled

Avoid port conflict with StarfireAPI (6580) on the same server.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 14:47:49 +08:00
parent 51d8badb05
commit 8a22b95906

View File

@@ -27,7 +27,7 @@ services:
soft: 100000
hard: 100000
ports:
- "${BIND_HOST:-0.0.0.0}:${SERVER_PORT:-8080}:8080"
- "${BIND_HOST:-0.0.0.0}:${SERVER_PORT:-6680}:8080"
volumes:
# Data persistence (config.yaml will be auto-generated here)
- sub2api_data:/app/data