Add Prometheus monitoring

This commit is contained in:
2025-10-14 14:15:38 +03:00
parent 56da754a96
commit de71cbad4f
3 changed files with 23 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3.7'
services:
prometheus:
network_mode: "host"
image: prom/prometheus:latest
command:
- --config.file=/config/prometheus.yml
volumes:
- ./config:/config:ro