chore: move web from port 3000 to 8100 (avoid conflict with home server containers)
This commit is contained in:
parent
499bcf22ed
commit
04e3a8d6ed
@ -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
|
||||||
|
|||||||
@ -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}
|
||||||
|
|||||||
@ -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=
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user