Files
DockerComposeTemplates/docker-compose/prometheus
Horo 7bc27aa6f4 Update cadvisor to latest version - not using the latest tag
Since they don't update the latest tag... the latest tag is now 20 months old and it seems like they will/can not update it in the future...
Unsure what to do about that but for now I would just update the tag... ^^'
2022-08-11 05:00:29 +02:00
..
2022-01-02 13:25:19 +01:00
2021-12-30 11:46:21 +01:00
2022-01-02 13:25:19 +01:00

Installation

Deployment

  1. Copy the configuration template into the /etc/prometheus/prometheus.yml location.
  2. Copy the docker-compose.yml template into your project folder and start the container.

Configuration

Configure your settings in the /etc/prometheus/prometheus.yml file.

For more info visit: Official Prometheus Installation Documentation

Best-Practices & Post-Installation

Disable HTTP

It's not secure to expose Prometheus via the HTTP protocol.

Use a Reverse Proxy

  • [] Use a Reverse Proxy to securely expose administrative services.

Additional Referfences

Official Prometheus Documentation