Skip to content

Instantly share code, notes, and snippets.

@kfatehi
Created January 16, 2022 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfatehi/2022a0aba0f61708ff72df20a18dfd72 to your computer and use it in GitHub Desktop.
Save kfatehi/2022a0aba0f61708ff72df20a18dfd72 to your computer and use it in GitHub Desktop.
grafana stack quickly
docker run --name timescaledb -t timescale/timescaledb:latest-pg12 -e POSTGRES_USER=user -e POSTGRES_PASSWORD=pass -e POSTGRES_DB=db -p 5432:5432
docker run --name grafana -t grafana/grafana:7.5.6 -p 3000:3000
now you can visit port 3000 and add a datasource using the credentials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment