Changes Initial commit

This commit is contained in:
2026-04-23 14:40:29 +08:00
parent b6c9ce5017
commit fc2817b604
23 changed files with 1512 additions and 0 deletions

8
runtime/README.txt Normal file
View File

@@ -0,0 +1,8 @@
# 运行目录
该目录用于放置车端 `docker compose` 编排文件、`.env` 版本文件、状态文件和 manifest 缓存。
建议:
- 将真实业务的 `docker-compose.yml` 放到这里
- 将镜像 tag 写入 `.env`
- 让 OTA Agent 只修改 `.env` 并执行 `docker compose pull/up`