From 8d8d3f2d6d17b075526b5b64636dcdebec15dc05 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 31 Mar 2026 00:12:02 +0000 Subject: [PATCH] added dockhand for testing --- dockhand/compose.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dockhand/compose.yml diff --git a/dockhand/compose.yml b/dockhand/compose.yml new file mode 100644 index 0000000..42a93cb --- /dev/null +++ b/dockhand/compose.yml @@ -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