feat: pass VITE_API_BASE_URL to frame-cms at runtime
This commit is contained in:
@@ -30,6 +30,8 @@ services:
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- frame-backend
|
||||
environment:
|
||||
VITE_API_BASE_URL: ${VITE_API_BASE_URL:-http://localhost:8080}
|
||||
ports:
|
||||
- "${CMS_PORT:-3000}:80"
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user