Compose files for a monitoring system.
- Docker (19.03.0+)
- Docker Compose
- Create the environment file
.env
containing (of course replace the UID and GID with your own):
GF_SECURITY_ADMIN_PASSWORD=iamsecret
MY_UID=777
MY_GID=777
docker compose up -d uptime-kuma
and set it up- Fill the uptime-kuma credentials in the
prometheus.yml
to be able to scrape data from it docker compose up -d
bring the rest of the services up
You can now go on your Grafana hostname and set it up.