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 5f69d3b389 - Show all commits

View File

@ -3,8 +3,6 @@ services:
image: ghcr.io/polpetta/patrizio-bot:v0.2.0
network_mode: service:tailscale
restart: unless-stopped
extra_hosts:
- "ollama.lan.poldebra.me:100.64.0.7"
command: -f /data/ serve
volumes:
- ./data:/data:rw
@ -24,6 +22,8 @@ services:
restart: unless-stopped
dns:
- 100.100.100.100
extra_hosts:
- "ollama.lan.poldebra.me:100.64.0.7"
env_file:
- tailscale.env
command: >