Monorepo for the Synchronic journal compose stack plus two web UIs:
explorerfor browsing/editing journal contentworkbenchfor developer-oriented journal queries
Run the compose stack (journal + nginx interface + local explorer/workbench builds):
SECRET=password PORT=8192 ./tests/up-compose.shRun with local Lisp sources for the journal bootstrap:
LOCAL_LISP_PATH=/absolute/path/to/lisp SECRET=password PORT=8192 ./tests/up-compose.shRun automated smoke validation (up, verify, down):
./tests/smoke-compose.shSmoke validation with local Lisp override:
LOCAL_LISP_PATH=/absolute/path/to/lisp ./tests/smoke-compose.shBring down the base compose stack manually:
docker compose -f compose/general/docker-compose.yml down -v- Compose deployment/testing docs: compose/general/README.md
- Explorer service docs: services/explorer/README.md
- Workbench service docs: services/workbench/README.md