commit 164739c3f831a52fec74895f68626bc7cd4e4d69 Author: Bart Sjerps Date: Thu May 28 10:33:30 2026 +0200 initial diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..9f3f829 --- /dev/null +++ b/compose.yml @@ -0,0 +1,14 @@ +services: + dockhand: + image: fnsys/dockhand:latest + container_name: dockhand + restart: unless-stopped + ports: + - 8082:3000 + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - dockhand_data:/app/data + - /opt/docker:/docker + +volumes: + dockhand_data: