open-notebook/docs
Luis Novo d23e621e68
build(compose): use YAML list form for the SurrealDB command so credentials with spaces survive (#1096)
Compose interpolates ${SURREAL_PASSWORD} into the scalar command string
before splitting it into arguments, so a password containing spaces became
multiple argv entries and SurrealDB failed to start. The list (exec) form
keeps each interpolated value in exactly one argument slot.

Also resyncs the mirrored compose snippets in
docs/1-INSTALLATION/docker-compose.md and README.md with the shipped file
(both had drifted: no credential interpolation, SurrealDB port published on
all interfaces) and documents the optional .env credential override for
readers who create the file manually.

Closes #1093
2026-07-12 09:43:06 -03:00
..
0-START-HERE docs: stop teaching 0.0.0.0 SurrealDB port exposure in setup snippets (#1060) 2026-07-12 08:42:52 -03:00
1-INSTALLATION build(compose): use YAML list form for the SurrealDB command so credentials with spaces survive (#1096) 2026-07-12 09:43:06 -03:00
2-CORE-CONCEPTS feat(podcasts): model registry integration, credential passthrough & new features (#632) 2026-02-27 11:06:47 -03:00
3-USER-GUIDE chore: remove dead auth helper and fix stale default-password docs (#1026) 2026-07-10 15:47:40 -03:00
4-AI-PROVIDERS chore: bump version to 1.8.2 and update changelog and provider docs 2026-04-06 10:59:47 -03:00
5-CONFIGURATION fix(docker): force frontend bind address in supervisord so injected HOSTNAME can't break it (#1059) 2026-07-12 09:30:38 -03:00
6-TROUBLESHOOTING chore: bump version to 1.8.2 and update changelog and provider docs 2026-04-06 10:59:47 -03:00
7-DEVELOPMENT docs: stop teaching 0.0.0.0 SurrealDB port exposure in setup snippets (#1060) 2026-07-12 08:42:52 -03:00
assets docs: fix removed assets in https://github.com/lfnovo/open-notebook/pull/379 affecting README.md 2026-01-06 15:07:58 +01:00
index.md docs: restructure documentation around AGENTS.md, VISION.md and decision records (#1032) 2026-07-10 15:33:19 -03:00
SECURITY_REVIEW.md chore: remove dead auth helper and fix stale default-password docs (#1026) 2026-07-10 15:47:40 -03:00