rest-server/examples/compose-with-grafana
2025-09-13 19:23:50 +02:00
..
grafana format 2025-09-13 17:12:21 +02:00
prometheus fix docker-compose.yml for compose-with-grafana example 2024-03-07 14:28:57 -08:00
demo-passwd Full stack Docker Compose demo with Grafana dashboard 2017-10-30 17:05:56 +01:00
docker-compose.yml remove deprecated "version" attribute 2025-09-13 19:23:50 +02:00
README.md update README 2025-09-13 17:16:00 +02:00

Rest Server Grafana Dashboard

This is a demo Docker Compose setup for Rest Server with Prometheus and Grafana.

Grafana dashboard screenshot

Quickstart

Bring up the Docker Compose stack (Optionally add --build to build image from repository instead of downloading):

docker compose up -d

Check if everything is up and running:

docker compose ps

Grafana will be running on http://localhost:8030/ with username "admin" and password "admin". When you login, you should be greeted by the dashboard, without any data.

Prometheus can be accessed on http://localhost:8020/.

If you do a backup like this, some graphs should show up:

restic -r rest:http://127.0.0.1:8010/demo1 -p ./demo-passwd init
restic -r rest:http://127.0.0.1:8010/demo1 -p ./demo-passwd backup .