chore: move web from port 3000 to 8100 (avoid conflict with home server containers)

This commit is contained in:
yiekheng 2026-05-09 22:58:25 +08:00
parent 499bcf22ed
commit 04e3a8d6ed
3 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ BOT_HEALTH_PORT=8081
BOT_LOG_LEVEL=debug BOT_LOG_LEVEL=debug
SEED_OPERATOR_TELEGRAM_ID=818380985 SEED_OPERATOR_TELEGRAM_ID=818380985
SEED_OPERATOR_NAME="yiekheng (dev)" SEED_OPERATOR_NAME="yiekheng (dev)"
WEB_PORT=3000 WEB_PORT=8100
AUTH_SECRET=86f656580a58f03b6ccb43d257e0e801ecd5356e042e8886b3c7c569e29ff13c AUTH_SECRET=86f656580a58f03b6ccb43d257e0e801ecd5356e042e8886b3c7c569e29ff13c

View File

@ -49,7 +49,7 @@ services:
- .:/app - .:/app
- ./dev-data:/data - ./dev-data:/data
ports: ports:
- "127.0.0.1:3000:3000" - "127.0.0.1:${WEB_PORT}:3000"
environment: environment:
NODE_ENV: development NODE_ENV: development
DATABASE_URL: ${DATABASE_URL} DATABASE_URL: ${DATABASE_URL}

View File

@ -15,5 +15,5 @@ SEED_OPERATOR_TELEGRAM_ID=
SEED_OPERATOR_NAME=Operator SEED_OPERATOR_NAME=Operator
# === Web (placeholder for plan 3) === # === Web (placeholder for plan 3) ===
WEB_PORT=3000 WEB_PORT=8100
AUTH_SECRET= AUTH_SECRET=