thedocks/prometheus/docker-compose.yml

16 lines
296 B
YAML
Raw Normal View History

2022-04-02 17:56:21 +01:00
version: '3'
services:
prometheus:
image: prom/prometheus:v2.34.0
ports:
- 9000:9090
volumes:
2022-04-02 18:01:19 +01:00
- ./config:/etc/prometheus
2022-04-02 17:56:21 +01:00
- prometheus-data:/prometheus
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
volumes:
prometheus-data: