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 52313faac2 - Show all commits

View File

@ -20,8 +20,8 @@ services:
hostname: patrizio hostname: patrizio
image: tailscale/tailscale:latest image: tailscale/tailscale:latest
restart: unless-stopped restart: unless-stopped
environment: env_file:
- TS_ACCEPT_DNS=true - tailscale.env
healthcheck: healthcheck:
test: ["CMD-SHELL", "tailscale status"] test: ["CMD-SHELL", "tailscale status"]
interval: 1s interval: 1s
@ -36,7 +36,6 @@ services:
- net_admin - net_admin
- sys_module - sys_module
- net_raw - net_raw
command: tailscaled
logging: logging:
driver: "json-file" driver: "json-file"
options: options: