added dockhand for testing

This commit is contained in:
2026-03-31 00:12:02 +00:00
parent 99eac5924c
commit 8d8d3f2d6d

10
dockhand/compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
ports:
- 3000:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./dockhand_data:/app/data