HEL-270: compose 支持 APP_UID/APP_GID 匹配数据目录属主(修 WAL readonly)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
总工
2026-08-30 22:08:09 +08:00
co-authored by multica-agent
parent c1c41760f5
commit e857a0e46d
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@
git fetch && git checkout release/prod && git pull
cd deploy
cp .env.example .env # 首次;按上面铁律填写
# .env 必设 APP_UID/APP_GID = data/ 目录属主的 uid/gid(宿主机 `id <用户>`),
# 否则 SQLite WAL 写库报 readonly
TAG=$(git rev-parse --short HEAD) ./deploy.sh
curl -fsS http://127.0.0.1:4173/ >/dev/null && echo healthy
```