diff --git a/monitoring/.gitignore b/monitoring/.gitignore new file mode 100644 index 0000000..0b898b1 --- /dev/null +++ b/monitoring/.gitignore @@ -0,0 +1 @@ +prometheus.yml \ No newline at end of file diff --git a/monitoring/README.md b/monitoring/README.md new file mode 100644 index 0000000..165ba21 --- /dev/null +++ b/monitoring/README.md @@ -0,0 +1,9 @@ +# Monitoring + +## Run + +```bash +cp .env.example .env # then edit +cp prometheus.example.yml prometheus.yml # then edit +docker compose up -d +``` diff --git a/monitoring/prometheus.yml b/monitoring/prometheus.example.yml similarity index 100% rename from monitoring/prometheus.yml rename to monitoring/prometheus.example.yml