first commit

This commit is contained in:
root
2026-05-07 16:53:33 -07:00
commit ea138f72fc
6 changed files with 105 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[Unit]
Description=Dockhand System Service
After=network-online.target podman.socket
Requires=podman.socket
[Container]
Image=docker.io/fnsys/dockhand:v1.0.22
ContainerName=dockhand
User=0
# Pass the security flag directly to Podman to bypass SELinux socket restrictions
PodmanArgs=--security-opt=label=disable
PublishPort=3000:3000
Volume=/run/podman/podman.sock:/var/run/docker.sock:Z
Volume=/var/podman/dockhand/data:/app/data:Z
[Service]
Restart=always
[Install]
WantedBy=multi-user.target