feat(docker): configure patrizio service to use tailscale network

Add network_mode configuration to patrizio service to connect it through the
tailscale service network, enabling secure private network access.
This commit is contained in:
Davide Polonio 2026-04-06 18:33:21 +02:00
parent c3cd273219
commit dc740ece40

View File

@ -1,6 +1,7 @@
services:
patrizio:
image: ghcr.io/polpetta/patrizio-bot:v0.2.0
network_mode: service:tailscale
restart: unless-stopped
command: -f /data/ serve
volumes: