feat: put Patrizio inside VPN #43
@ -20,8 +20,11 @@ services:
|
|||||||
hostname: patrizio
|
hostname: patrizio
|
||||||
image: tailscale/tailscale:latest
|
image: tailscale/tailscale:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
command: >
|
||||||
- tailscale.env
|
sh -c "tailscaled &
|
||||||
|
sleep 5 &&
|
||||||
|
tailscale up --accept-dns=true &&
|
||||||
|
wait"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "tailscale status"]
|
test: ["CMD-SHELL", "tailscale status"]
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user