Fix Gluetun web UI auth and LAN binding

This commit is contained in:
Fizzlepoof
2026-05-22 02:40:03 +00:00
parent 8003f65f4d
commit 9a24dd11ad
2 changed files with 10 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ services:
- VPN_TYPE=wireguard
- WIREGUARD_CONF_SECRETFILE=/run/secrets/wg0.conf
- HTTP_CONTROL_SERVER_ADDRESS=:8000
- HTTP_CONTROL_SERVER_AUTH_DEFAULT_ROLE=${HTTP_CONTROL_SERVER_AUTH_DEFAULT_ROLE}
- HTTP_CONTROL_SERVER_LOG=on
- FIREWALL_OUTBOUND_SUBNETS=${FIREWALL_OUTBOUND_SUBNETS:-10.5.0.0/16,172.16.0.0/12,192.168.0.0/16}
- UPDATER_PERIOD=24h
@@ -52,9 +53,10 @@ services:
depends_on:
- search-gluetun
ports:
- "127.0.0.1:${GLUETUN_WEBUI_PORT:-8390}:3000"
- "${GLUETUN_WEBUI_BIND_ADDRESS:-10.5.1.6}:${GLUETUN_WEBUI_PORT:-8390}:3000"
environment:
- GLUETUN_CONTROL_URL=http://search-gluetun:8000
- GLUETUN_API_KEY=${GLUETUN_CONTROL_API_KEY}
- PORT=3000
networks:
- search_internal