Sync network redesign repo state and cutover artifacts

This commit is contained in:
Fizzlepoof
2026-05-22 20:16:21 +00:00
parent 4b1e3d4061
commit 8c72a0c287
59 changed files with 5389 additions and 244 deletions

View File

@@ -8,7 +8,7 @@ services:
volumes:
- /mnt/tank/docker/appdata/searxng:/etc/searxng
environment:
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL:-http://10.5.1.6:8888/}
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL:-http://10.5.30.6:8888/}
cap_drop:
- ALL
cap_add:
@@ -53,7 +53,7 @@ services:
depends_on:
- search-gluetun
ports:
- "${GLUETUN_WEBUI_BIND_ADDRESS:-10.5.1.6}:${GLUETUN_WEBUI_PORT:-8390}:3000"
- "${GLUETUN_WEBUI_BIND_ADDRESS:-10.5.30.6}:${GLUETUN_WEBUI_PORT:-8390}:3000"
environment:
- GLUETUN_CONTROL_URL=http://search-gluetun:8000
- GLUETUN_API_KEY=${GLUETUN_CONTROL_API_KEY}