Skip to content

PostgreSQL + Grafana with test data running in Docker Compose

License

Notifications You must be signed in to change notification settings

nexulm/compose-postgresql-grafana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compose-postgresql-grafana

PostgreSQL + Grafana with test data running in Docker Compose.

Screenshot

Getting started

Run Docker Compose:

docker-compose up --build

Visit http://localhost:3000/ and use the default credentials of admin / admin.

Connect to PostgreSQL with psql

docker run -it --rm --link postgres:postgres postgres psql -h postgres -U postgres

License

MIT

About

PostgreSQL + Grafana with test data running in Docker Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.6%
  • Dockerfile 32.4%