progress 235b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user