PostgreSQL + Grafana with test data running in Docker Compose.
Run Docker Compose:
docker-compose up --build
Visit http://localhost:3000/ and use the default credentials of admin
/ admin
.
docker run -it --rm --link postgres:postgres postgres psql -h postgres -U postgres
MIT