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:
parent
c3cd273219
commit
dc740ece40
@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
patrizio:
|
patrizio:
|
||||||
image: ghcr.io/polpetta/patrizio-bot:v0.2.0
|
image: ghcr.io/polpetta/patrizio-bot:v0.2.0
|
||||||
|
network_mode: service:tailscale
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: -f /data/ serve
|
command: -f /data/ serve
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user