2022-12-30 10:10:46 +01:00

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