rothgar / victoriametrics-tailscale

Run a Victoria Metrics database on your tailnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Victoria Metrics with tailscale

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.

About

Run a Victoria Metrics database on your tailnet

License:MIT License


Languages

Language:Dockerfile 71.2%Language:Just 28.8%