13 lines
284 B
YAML
13 lines
284 B
YAML
services:
|
|
prometheus:
|
|
image: prom/prometheus
|
|
command:
|
|
- '--config.file=/etc/prometheus/prometheus.yml'
|
|
ports:
|
|
- 4117:9090
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./prometheus-config:/etc/prometheus
|
|
- prom_data:/prometheus
|
|
volumes:
|
|
prom_data: |