docs: Add readme for monitoring.

This commit is contained in:
William 2022-12-30 08:52:50 +01:00
parent b01a573d16
commit efe27631e6
3 changed files with 10 additions and 0 deletions

1
monitoring/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
prometheus.yml

9
monitoring/README.md Normal file
View File

@ -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
```