mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-23 14:50:57 +01:00
Merge branch 'main' of https://github.com/xcad2k/boilerplates into main
This commit is contained in:
commit
dc0bc57f96
@ -14,11 +14,11 @@ services:
|
||||
ports:
|
||||
- "9090:9090"
|
||||
volumes:
|
||||
- /etc/prometheus:/config
|
||||
- /etc/prometheus:/etc/prometheus
|
||||
- prometheus-data:/prometheus
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- "--config.file=/config/prometheus.yml"
|
||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:latest
|
||||
|
Loading…
Reference in New Issue
Block a user