docs: Add readme for monitoring.
This commit is contained in:
parent
b01a573d16
commit
efe27631e6
1
monitoring/.gitignore
vendored
Normal file
1
monitoring/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
prometheus.yml
|
||||||
9
monitoring/README.md
Normal file
9
monitoring/README.md
Normal 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
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user