feat: put Patrizio inside VPN #43

Merged
polpetta merged 22 commits from feat/patrizio-vpn into master 2026-04-17 11:33:00 +02:00
Showing only changes of commit 5d96b58fa0 - Show all commits

View File

@ -20,11 +20,9 @@ services:
hostname: patrizio
image: tailscale/tailscale:latest
restart: unless-stopped
command: >
sh -c "tailscaled &
sleep 5 &&
tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me &&
wait"
dns:
- 100.64.0.4
command: tailscaled
healthcheck:
test: ["CMD-SHELL", "tailscale status"]
interval: 1s