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 ec155abe4a - Show all commits

View File

@ -20,10 +20,21 @@ services:
hostname: patrizio
image: tailscale/tailscale:latest
restart: unless-stopped
dns:
- 100.64.0.4
- 1.1.1.1
command: tailscaled
extra_records:
- name: "pi.hole"
type: "A"
value: "100.64.0.4"
- name: "pihole.lan.poldebra.me"
type: "A"
value: "100.64.0.4"
- name: "ollama.lan.poldebra.me"
type: "A"
value: "100.64.0.7"
command: >
- sh -c "tailscaled &
- sleep 5 &&
- tailscale up --accept-dns=true --login-server=https://vpn.poldebra.me &&
- wait"
healthcheck:
test: ["CMD-SHELL", "tailscale status"]
interval: 1s