11 lines
180 B
Markdown
11 lines
180 B
Markdown
# Monitoring
|
|
|
|
## Run
|
|
|
|
```bash
|
|
cp .env.example .env # then edit
|
|
cp prometheus.example.yml prometheus.yml # then edit
|
|
cp web.example.yml web.yml # then edit
|
|
docker compose up -d
|
|
```
|