A tailscale service for balena.io devices. Tailscale connects any device to your own VLAN with minimal configuration.
version: "2"
services:
tailscale:
build:
dockerfile: Dockerfile.template
cap_add:
- NET_ADMIN
network_mode: host
command: -hostname=my-node
environment:
TAILSCALE_KEY:
Privileged and and host network are both required, as is TAILSCALE_KEY
, which you can generate
here. Any additional command arguments are passed to tailscale up
.
Tested via balena:
- amd64
- aarch64