Initial project import

This commit is contained in:
2026-08-14 09:40:51 +03:00
parent 00040e5ce4
commit d7099bf80d
146 changed files with 30509 additions and 1055 deletions
+4 -3
View File
@@ -26,10 +26,10 @@ docs/runbooks/adapter-1c-mcp.md
core/deploy/docker/adapter-1c-mcp/compose.yaml
```
1C REST adapter on GPU host:
1C REST SQL adapter on `docker.cin.su`:
```text
core/deploy/docker-gpu/adapter-1c/compose.yaml
core/deploy/docker/adapter-1c/compose.yaml
```
1C agent service (подпроект):
@@ -40,6 +40,7 @@ docs/runbooks/1c-agent.md
```
The current container is read-first and route-index backed. It serves
`http://docker-gpu.cin.su:8011`, keeps the route index in the
`http://docker.cin.su:8011` by default (the host port is configurable through
`ADAPTER_1C_HOST_PORT`), keeps the route index in the
`adapter-1c_adapter-1c-data` Docker volume, and is used by
`adapter-1c-mcp` through `ONEC_ADAPTER_URL`.