Initial
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
prometheus:
|
||||||
|
ports:
|
||||||
|
- 9090:9090
|
||||||
|
volumes:
|
||||||
|
- ./data/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
|
- /prometheus/:/prometheus
|
||||||
|
image: prom/prometheus
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
prometheus-data:
|
||||||
|
external: true
|
||||||
|
name: prometheus-data
|
||||||
|
networks: {}
|
||||||
Reference in New Issue
Block a user