This is an example container to run Victoria Metrics time series database on your tailnet.
It uses a base Ubuntu image from Linux Server with the Tailscale docker-mod to publish a vmetrics/
endpoint on your tailnet.
You can run it by providing a Tailscale auth key at runtime.
docker run -d \
-e TAILSCALE_AUTHKEY=tskey-1234567890abcdefg \
-p 8428:8428 \
-v `pwd`/victoria-metrics-data:/victoria-metrics-data \
-d ghcr.io/rothgar/victoriametrics-tailscale
On your tailnet you should have a new vmetrics
endpoint you can push metrics to.