Skip to content

Run a Victoria Metrics database on your tailnet

License

Notifications You must be signed in to change notification settings

rothgar/victoriametrics-tailscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published