initial: mcp-dockhand compose
This commit is contained in:
commit
82d1c83df4
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
.env
|
||||||
9
compose.yaml
Normal file
9
compose.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue