open-notebook/docs/1-INSTALLATION
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
..
docker-compose.md build(compose): use YAML list form for the SurrealDB command so credentials with spaces survive (#1096) 2026-07-12 09:43:06 -03:00
from-source.md docs: fix local quickstart and document the worker step (#900) 2026-06-16 04:29:32 -03:00
index.md docs: add windows native installation guide (#463) 2026-06-02 04:57:05 -03:00
single-container.md docs: add EasyPanel deployment to single-container guide (#948) 2026-06-21 15:21:03 -03:00
windows-native.md fix: remove deprecated gemini models (#1027) 2026-07-10 15:59:56 -03:00