fix: update Directus PUBLIC_URL to launch.jumpstartscaling.com for frontend compatibility

This commit is contained in:
cawcenter
2025-12-14 10:22:30 -05:00
parent 517a7281e4
commit c7e6dcb18b

View File

@@ -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: