initial: mcp-dockhand compose

This commit is contained in:
sascha 2026-04-03 15:20:54 +02:00
commit 82d1c83df4
2 changed files with 10 additions and 0 deletions

9
compose.yaml Normal file
View file

@ -0,0 +1,9 @@
services:
mcp-dockhand:
image: ghcr.io/strausmann/mcp-dockhand:latest
container_name: mcp-dockhand
restart: unless-stopped
ports:
- "8080:8080"
env_file:
- .env