fix docker setup
This commit is contained in:
@@ -33,16 +33,18 @@ API_HOST=0.0.0.0
|
||||
# Website Configuration
|
||||
# ==========================================
|
||||
NEXT_PUBLIC_GRIDPILOT_MODE=alpha
|
||||
NEXT_PUBLIC_SITE_URL=https://gridpilot.com
|
||||
NEXT_PUBLIC_API_URL=https://api.gridpilot.com
|
||||
NEXT_PUBLIC_SITE_URL=http://localhost:80
|
||||
NEXT_PUBLIC_API_URL=http://localhost:80/api
|
||||
NEXT_PUBLIC_DISCORD_URL=https://discord.gg/your-invite-code
|
||||
NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
# ==========================================
|
||||
# Vercel KV (REQUIRED in Production)
|
||||
# ==========================================
|
||||
KV_REST_API_URL=your_kv_rest_api_url_here
|
||||
KV_REST_API_TOKEN=your_kv_rest_api_token_here
|
||||
# For local testing, these can be left as placeholders
|
||||
# In production, get these from: https://vercel.com/dashboard -> Storage -> KV
|
||||
KV_REST_API_URL=https://placeholder-kv.vercel-storage.com
|
||||
KV_REST_API_TOKEN=placeholder_kv_token
|
||||
|
||||
# ==========================================
|
||||
# Automation Mode
|
||||
@@ -50,4 +52,4 @@ KV_REST_API_TOKEN=your_kv_rest_api_token_here
|
||||
AUTOMATION_MODE=production
|
||||
AUTOMATION_TIMEOUT=30000
|
||||
RETRY_ATTEMPTS=3
|
||||
SCREENSHOT_ON_ERROR=false
|
||||
SCREENSHOT_ON_ERROR=false
|
||||
Reference in New Issue
Block a user