mirror of
https://github.com/MrUnknownDE/cloudflare-prometheus-exporter.git
synced 2026-04-09 18:03:50 +02:00
10 lines
219 B
YAML
10 lines
219 B
YAML
services:
|
|
prometheus:
|
|
image: prom/prometheus:latest
|
|
ports:
|
|
- "9090:9090"
|
|
volumes:
|
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|