Add MCP deployment section to RUNBOOK and service definition
Document MCP-based container management for MCNS on rift, replacing the docker-compose workflow. Add deploy/mcns-rift.toml as the reference MCP service definition. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
17
deploy/mcns-rift.toml
Normal file
17
deploy/mcns-rift.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
name = "mcns"
|
||||
node = "rift"
|
||||
active = true
|
||||
|
||||
[[components]]
|
||||
name = "dns"
|
||||
image = "mcr.svc.mcp.metacircular.net:8443/mcns:latest"
|
||||
user = "0:0"
|
||||
restart = "unless-stopped"
|
||||
ports = [
|
||||
"192.168.88.181:53:53/tcp",
|
||||
"192.168.88.181:53:53/udp",
|
||||
"100.95.252.120:53:53/tcp",
|
||||
"100.95.252.120:53:53/udp",
|
||||
]
|
||||
volumes = ["/srv/mcns:/srv/mcns"]
|
||||
cmd = ["server", "--config", "/srv/mcns/mcns.toml"]
|
||||
Reference in New Issue
Block a user