chore: change frontend port to 1984

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Malin
2026-04-16 13:18:04 +02:00
parent 71965939a1
commit b1a870d5b5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# Replicate API token (get yours at https://replicate.com/account/api-tokens)
REPLICATE_API_TOKEN=your_token_here
# Port for the frontend (default: 80)
FRONTEND_PORT=80
# Port for the frontend (default: 1984)
FRONTEND_PORT=1984
# Frontend URL for CORS (update if deploying to a domain)
FRONTEND_URL=http://localhost

View File

@@ -30,7 +30,7 @@ services:
container_name: iqai-frontend
restart: unless-stopped
ports:
- "${FRONTEND_PORT:-80}:80"
- "${FRONTEND_PORT:-1984}:80"
depends_on:
backend:
condition: service_healthy