Created
January 16, 2022 05:02
-
-
Save kfatehi/2022a0aba0f61708ff72df20a18dfd72 to your computer and use it in GitHub Desktop.
grafana stack quickly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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