mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-04-19 06:35:43 +00:00
Fix compose file
This commit is contained in:
parent
e9eddf15e3
commit
87a4c1fad9
@ -5,6 +5,10 @@ networks:
|
||||
name: grafana
|
||||
driver: bridge
|
||||
external: true
|
||||
caddy:
|
||||
name: caddy
|
||||
driver: bridge
|
||||
external: true
|
||||
|
||||
services:
|
||||
prometheus:
|
||||
@ -13,6 +17,7 @@ services:
|
||||
networks:
|
||||
- prometheus
|
||||
- grafana
|
||||
- caddy
|
||||
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=5GB"
|
||||
volumes:
|
||||
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
|
||||
|
Loading…
x
Reference in New Issue
Block a user