20 lines
331 B
Text
20 lines
331 B
Text
[Unit]
|
|
Description=Prometheus monitoring
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=docker.io/prom/prometheus
|
|
ContainerName=prometheus
|
|
|
|
HostName=prometheus
|
|
PublishPort=9090:9090
|
|
|
|
Volume=prometheus-data:/prometheus
|
|
Volume=./prometheus.yml:/etc/prometheus/prometheus.yml
|
|
|