Files
weyma-talos/black-start/services/prometheus/docker-compose.yaml

15 lines
464 B
YAML

services:
prometheus:
image: prom/prometheus:v3.2.1
command:
- '--config.file=/etc/prometheus/prometheus.yaml'
- '--web.config.file=/etc/prometheus/web-config.yaml'
ports:
- 9090:9090
volumes:
- ./.basicauthpass:/etc/prometheus/.basicauthpass
- ./prometheus.yaml:/etc/prometheus/prometheus.yaml
- ./web-config.yaml:/etc/prometheus/web-config.yaml
- prometheus-data:/prometheus
volumes:
prometheus-data: