added prodesk rootless quadlets

This commit is contained in:
2026-02-13 11:26:40 -05:00
parent c571057891
commit df32cf4419
23 changed files with 564 additions and 17 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Prometheus
[Container]
ContainerName=prometheus
Image=docker.io/prom/prometheus
AutoUpdate=registry
Network=podman
PublishPort=9091:9090
Volume=prometheus-yml:/etc/prometheus
[Service]
Restart=unless-stopped
[Install]
WantedBy=default.target