feat(docker-compose): configure custom Tailscale login server

Add --login-server flag to tailscale up command to use custom VPN server at
vpn.poldebra.me instead of default Tailscale coordination server.
This commit is contained in:
Davide Polonio 2026-04-06 19:18:44 +02:00
parent 454bac9155
commit af8630bcf7

View File

@ -23,7 +23,7 @@ services:
command: > command: >
sh -c "tailscaled & sh -c "tailscaled &
sleep 5 && sleep 5 &&
tailscale up --accept-dns=true && tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me &&
wait" wait"
healthcheck: healthcheck:
test: ["CMD-SHELL", "tailscale status"] test: ["CMD-SHELL", "tailscale status"]