Add compose.yaml for truenas-mcp stack (mcpo + truenas-mcp-server)
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
truenas-mcp:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
container_name: truenas-mcp
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8814:8000"
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
TRUENAS_URL: "http://192.168.31.100"
|
||||||
|
TRUENAS_VERIFY_SSL: "false"
|
||||||
|
TRUENAS_ENABLE_DESTRUCTIVE_OPS: "false"
|
||||||
|
TRUENAS_LOG_LEVEL: "INFO"
|
||||||
|
volumes:
|
||||||
|
- ./config.json:/app/config.json:ro
|
||||||
Reference in New Issue
Block a user