fix: bind to 0.0.0.0 for tailscale access, use hetzner firewall

This commit is contained in:
Ray Andrew 2026-02-13 01:31:45 -06:00
parent 548f377f75
commit 9bf825d668
Signed by: rayandrew
SSH key fingerprint: SHA256:EUCV+qCSqkap8rR+p+zGjxHfKI06G0GJKgo1DIOniQY

View file

@ -20,7 +20,7 @@ services:
environment:
- SEARXNG_SECRET_KEY=${SEARXNG_SECRET_KEY}
ports:
- "127.0.0.1:8080:8080"
- "0.0.0.0:8080:8080"
depends_on:
valkey:
condition: service_healthy
@ -32,7 +32,7 @@ services:
volumes:
- chromadb-data:/chroma/chroma
ports:
- "127.0.0.1:8000:8000"
- "0.0.0.0:8000:8000"
environment:
- IS_PERSISTENT=TRUE
- ANONYMIZED_TELEMETRY=FALSE
@ -45,7 +45,7 @@ services:
volumes:
- ./litellm/config.yaml:/app/config.yaml:ro
ports:
- "127.0.0.1:4000:4000"
- "0.0.0.0:4000:4000"
environment:
- LITELLM_MASTER_KEY=${LITELLM_MASTER_KEY}
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
@ -67,7 +67,7 @@ services:
volumes:
- open-webui-data:/app/backend/data
ports:
- "127.0.0.1:3000:8080"
- "0.0.0.0:3000:8080"
environment:
- OLLAMA_BASE_URL=
- OPENAI_API_BASE_URL=http://litellm:4000/v1