12 lines
343 B
INI
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
|