diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index f5c8e3c..427626b 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -247,27 +247,23 @@ and routes `docs.metacircular.net` to mcdoc's listener. ```toml name = "mcdoc" node = "rift" -active = true -path = "mcdoc" - -[build] -uses_mcdsl = false +version = "v0.1.0" [build.images] mcdoc = "Dockerfile" [[components]] name = "mcdoc" -image = "mcr.svc.mcp.metacircular.net:8443/mcdoc:v0.1.0" -network = "mcpnet" -restart = "unless-stopped" -volumes = ["/srv/mcdoc:/srv/mcdoc"] -cmd = ["server", "--config", "/srv/mcdoc/mcdoc.toml"] + +[[components.routes]] +port = 443 +mode = "l7" +hostname = "docs.metacircular.net" ``` Port assignment is pending MCP support for automatic port allocation -and mc-proxy route registration. Until then, a manually assigned port -will be used. +and mc-proxy route registration (see `PLATFORM_EVOLUTION.md`). Until +then, a manually assigned port will be used. ### mc-proxy Routes