Add Prometheus monitoring
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user