Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 868 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 868 Bytes

monitoring-compose

Compose files for a monitoring system.

Requirements

  • Docker (19.03.0+)
  • Docker Compose

What does it contains

HowTo

  1. 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
  1. docker compose up -d uptime-kuma and set it up
  2. Fill the uptime-kuma credentials in the prometheus.yml to be able to scrape data from it
  3. docker compose up -d bring the rest of the services up

You can now go on your Grafana hostname and set it up.