Files
monitoring-quadlets/prometheus/prometheus.container
T
2025-07-26 12:42:54 +02:00

12 lines
343 B
INI

[Install]
WantedBy=default.target
[Container]
Image=quay.io/prometheus/prometheus:latest
PublishPort=9090:9090
Volume=prometheus-data.volume:/prometheus
Volume=./prometheus-config.yml:/etc/prometheus/prometheus.yml:ro
Network=monitoring.network
HostName=prometheus
Exec=--config.file=/etc/prometheus/prometheus.yml --web.enable-otlp-receiver