feat: add netdata

This commit is contained in:
Sun-ZhenXing
2025-12-20 19:58:14 +08:00
parent b98e6f652a
commit 7ccfaff855
25 changed files with 172 additions and 421 deletions

View File

@@ -9,7 +9,7 @@ x-defaults: &defaults
services:
open_webui:
<<: *defaults
image: ghcr.io/open-webui/open-webui:${OPEN_WEBUI_VERSION:-main}
image: ${GHCR_IO_REGISTRY:-ghcr.io/}open-webui/open-webui:${OPEN_WEBUI_VERSION:-main}
ports:
- "${OPEN_WEBUI_PORT_OVERRIDE:-8080}:8080"
volumes: