docs(deploy): update README and .env.example for Docker deployment
- Refresh README feature list and remove references to the legacy in-app monitoring charts / backend poller. - Document configurable dashboard widgets, addon pages, and widget env vars. - Add VITE_PROMETHEUS_URL support to frontend Dockerfile and both compose files. - Add header comment to .env.example explaining shell-export workflow. - Update remote server requirements to match current capabilities.
This commit is contained in:
@@ -72,6 +72,7 @@ services:
|
||||
VITE_OIDC_POST_LOGOUT_REDIRECT_URI: ${VITE_OIDC_POST_LOGOUT_REDIRECT_URI:?set VITE_OIDC_POST_LOGOUT_REDIRECT_URI}
|
||||
VITE_DEV_API_PROXY_TARGET: ${VITE_DEV_API_PROXY_TARGET:-http://backend:8000}
|
||||
VITE_GRAFANA_URL: ${VITE_GRAFANA_URL:-https://grafana.example.com}
|
||||
VITE_PROMETHEUS_URL: ${VITE_PROMETHEUS_URL:-http://localhost:9090}
|
||||
VITE_APP_VERSION: ${APP_VERSION:-0.1.0}
|
||||
VITE_APP_BUILD_INFO: ${APP_BUILD_INFO:-dev}
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user