From c7e6dcb18bea0517a0b21c7aa0bf98b8fe45f257 Mon Sep 17 00:00:00 2001 From: cawcenter Date: Sun, 14 Dec 2025 10:22:30 -0500 Subject: [PATCH] fix: update Directus PUBLIC_URL to launch.jumpstartscaling.com for frontend compatibility --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 615bf07..9754dc9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -49,9 +49,9 @@ services: MAX_PAYLOAD_SIZE: '500mb' RATE_LIMITER_ENABLED: 'false' - CORS_ORIGIN: 'https://launch.jumpstartscaling.com,http://localhost:4321' + CORS_ORIGIN: 'https://launch.jumpstartscaling.com,https://spark.jumpstartscaling.com,http://localhost:4321' CORS_ENABLED: 'true' - PUBLIC_URL: 'https://spark.jumpstartscaling.com' + PUBLIC_URL: 'https://launch.jumpstartscaling.com' depends_on: postgresql: