From cb4f8ae44a1546d2f599739b52cc602116dd727d Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Thu, 27 Aug 2026 18:13:16 +0200 Subject: [PATCH] First version --- docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..98e3981 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +services: + mcp-dockhand: + image: ghcr.io/strausmann/mcp-dockhand:latest + container_name: mcp-dockhand + restart: unless-stopped + ports: + - "8080:8080" + environment: + - DOCKHAND_URL=http://dockhand.maison + - DOCKHAND_USERNAME= + - DOCKHAND_PASSWORD= \ No newline at end of file