progress 235b

This commit is contained in:
2026-06-08 15:31:50 +01:00
parent a29793032d
commit de1635872f
25 changed files with 1598 additions and 53 deletions

View File

@@ -17,6 +17,14 @@ services:
# 7575 picked to avoid the soup of 30xx ports already in use
# (OpenWebUI 3000, OpenLIT 3001, OpenHands 3030).
- "7575:3000"
extra_hosts:
# Required for customapi widgets to reach host services. Inside the
# container, `framework` resolves to 127.0.1.1 (Ubuntu hostname
# loopback alias), which is the container itself. Use
# host.docker.internal in widget.url fields to route via the host
# gateway. The user-facing `href` fields keep `framework:` since
# those resolve on the user's browser, not the container.
- "host.docker.internal:host-gateway"
volumes:
- /srv/docker/homepage/config:/app/config
# Read-only docker socket so homepage can render container status