added dockhand

This commit is contained in:
2026-02-26 22:02:48 -08:00
parent 7fa6220815
commit 7c4ea9affe
5 changed files with 54 additions and 217 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
ports:
- 3000:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data/dockhand_data:/app/data