21 lines
327 B
Text
21 lines
327 B
Text
[Unit]
|
|
Description=Prometheus monitoring
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=quay.io/prometheus/prometheus
|
|
ContainerName=prometheus
|
|
AutoUpdate=registry
|
|
|
|
Network=prometheus.network
|
|
HostName=prometheus
|
|
PublishPort=9090:9090
|
|
|
|
Volume=prometheus-data:/prometheus
|
|
|