# Tailscale + DERP relay server # # Deploy tailscale only: docker compose --profile tailscale up -d # Deploy with DERP: docker compose --profile derp up -d TZ=Asia/Shanghai TS_HOSTNAME= TS_AUTHKEY= # For headscale: --advertise-tags=tag:container --login-server=https://your.headscale.host TS_EXTRA_ARGS=--advertise-tags=tag:container TS_USERSPACE=false TS_FIREWALL_MODE=nftables # DERP relay (only needed with --profile derp) DERP_HOST= DERP_PORT=443 STUN_PORT=3478