fix: map outline hostname to Tailscale IP of domverse
Some checks failed
Deploy / deploy (push) Failing after 11s

outline-sync runs on domverse-berlin and connects to Outline on domverse.de
via Tailscale. Docker DNS does not cross hosts, so map the hostname via
extra_hosts to the Tailscale IP 100.104.53.109.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 22:05:02 +01:00
parent 0d1f2d30f1
commit 859d41279d

View File

@@ -43,6 +43,8 @@ services:
environment: environment:
- OUTLINE_URL=${OUTLINE_URL:-http://outline:3000} - OUTLINE_URL=${OUTLINE_URL:-http://outline:3000}
- OUTLINE_TOKEN=${OUTLINE_TOKEN} - OUTLINE_TOKEN=${OUTLINE_TOKEN}
extra_hosts:
- "outline:100.104.53.109"
volumes: volumes:
tailscale-state: tailscale-state: