diff --git a/ts-secure-vpr.yaml b/ts-secure-vpr.yaml index bbbd2fb..f3cea64 100644 --- a/ts-secure-vpr.yaml +++ b/ts-secure-vpr.yaml @@ -4,7 +4,8 @@ services: hostname: ${TAILSCALE_HOSTNAME} environment: - TS_AUTHKEY=${TAILSCALE_AUTHKEY} - - TS_EXTRA_ARGS=--advertise-exit-node --accept-routes + - TS_ENABLE_HEALTH_CHECK=true + - TS_EXTRA_ARGS=--advertise-exit-node --advertise-connector --advertise-tags=tag:vprconnector --reset - TS_STATE_DIR=/var/lib/tailscale - TS_USERSPACE=true volumes: @@ -12,4 +13,4 @@ services: restart: always volumes: - tailscale_exitnode_data: \ No newline at end of file + tailscale_exitnode_data: \ No newline at end of file