new changes
This commit is contained in:
14
.env.example
14
.env.example
@@ -16,5 +16,17 @@ MINIO_ROOT_PASSWORD=yakpanel_minio_password
|
||||
MINIO_PORT=19000
|
||||
MINIO_CONSOLE_PORT=19001
|
||||
|
||||
# Host port for API (container still uses 8080).
|
||||
# Host port for API scaffold (container still uses 8080).
|
||||
API_PORT=18080
|
||||
|
||||
# Web control panel — React UI + FastAPI (nginx proxies /api -> backend)
|
||||
PANEL_UI_PORT=3080
|
||||
# Optional: comma-separated origins for direct browser access to API
|
||||
PANEL_CORS_EXTRA_ORIGINS=
|
||||
|
||||
# Observability stack
|
||||
PROMETHEUS_PORT=19090
|
||||
GRAFANA_PORT=13000
|
||||
GRAFANA_ADMIN_USER=admin
|
||||
GRAFANA_ADMIN_PASSWORD=yakpanel_grafana_admin
|
||||
CADVISOR_PORT=18081
|
||||
|
||||
Reference in New Issue
Block a user