chore: change frontend port to 1984
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# Replicate API token (get yours at https://replicate.com/account/api-tokens)
|
# Replicate API token (get yours at https://replicate.com/account/api-tokens)
|
||||||
REPLICATE_API_TOKEN=your_token_here
|
REPLICATE_API_TOKEN=your_token_here
|
||||||
|
|
||||||
# Port for the frontend (default: 80)
|
# Port for the frontend (default: 1984)
|
||||||
FRONTEND_PORT=80
|
FRONTEND_PORT=1984
|
||||||
|
|
||||||
# Frontend URL for CORS (update if deploying to a domain)
|
# Frontend URL for CORS (update if deploying to a domain)
|
||||||
FRONTEND_URL=http://localhost
|
FRONTEND_URL=http://localhost
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
container_name: iqai-frontend
|
container_name: iqai-frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${FRONTEND_PORT:-80}:80"
|
- "${FRONTEND_PORT:-1984}:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
backend:
|
backend:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user