refactor(chat): deploy Turnfold without a submodule

This commit is contained in:
2026-08-14 00:58:07 +08:00
parent 3a341e7a79
commit c5f887b6d5
4 changed files with 7 additions and 16 deletions
+6 -11
View File
@@ -1,17 +1,12 @@
# Turnfold deployment
The application source is maintained in the public
[`liooil/turnfold`](https://github.com/liooil/turnfold) repository and mounted here
as the `app` Git submodule. This directory only keeps xiteng.site-specific
deployment configuration and the local provider bridge.
The application source is maintained independently in the public
[`liooil/turnfold`](https://github.com/liooil/turnfold) repository. This
directory only keeps xiteng.site-specific deployment configuration and the
local provider bridge. The Compose build context pins an exact Turnfold commit
from GitHub; this repository intentionally does not use a Git submodule.
After cloning the homelab repository, initialize the application source with:
```sh
git submodule update --init chat/app
```
To deploy the pinned Turnfold revision:
To deploy the pinned Turnfold revision directly from GitHub:
```sh
docker compose -f chat/compose.yml up -d --build