From 34e83f83a2a0c686dab9643e753eb6bd4ae71b8f Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Fri, 23 Jan 2026 16:57:51 +0000 Subject: [PATCH] docs: add information about docker compose environment Bug: T414813 --- docs/dev-environment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev-environment.md b/docs/dev-environment.md index c866c1732..b681c5e65 100644 --- a/docs/dev-environment.md +++ b/docs/dev-environment.md @@ -39,6 +39,10 @@ Removing the installation: docker compose down --volumes ``` +Understanding special configuration for the `docker compose` environment: + +When `$wwDockerCompose` is set some special settings are used. It is set from the environment variable `WBSTACK_DOCKER_COMPOSE` and is always true in the `docker compose` environment. Examples of this include disabling captchas, disabling the normally required email confirmation and automatically granting sysop rights to all users. + ### Debugging Elastic General overview of the cluster