logging
This commit is contained in:
@@ -29,4 +29,14 @@ services:
|
||||
- "3003:3000"
|
||||
volumes:
|
||||
- /srv/docker/daten/grafana/data:/var/lib/grafana
|
||||
restart: unless-stopped
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.52.0
|
||||
container_name: prometheus
|
||||
volumes:
|
||||
- /srv/docker/daten/prometheus/config/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- /srv/docker/daten/prometheus/data:/prometheus
|
||||
ports:
|
||||
- "9090:9090"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user