commit cb4f8ae44a1546d2f599739b52cc602116dd727d Author: stephane.david Date: Thu Aug 27 18:13:16 2026 +0200 First version 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