feat: pass VITE_API_BASE_URL to frame-cms at runtime

This commit is contained in:
2026-03-21 23:46:13 +01:00
parent e90d4292d5
commit e9223d8e16
2 changed files with 9 additions and 1 deletions

View File

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