Ga naar hoofdinhoud

Docker Environment

Uses openregister/docker-compose.yml. Default starts db + nextcloud + n8n.

Reset

bash clean-env.sh

Or use the /clean-env skill.

Available Profiles

Add one or more profiles with --profile <name>:

ProfileWhat it adds
aiAI/LLM services
uiSeparate frontend UI container
exappsExApp sidecar containers
solrSolr search
elasticsearchElasticsearch
ollamaLocal LLM via Ollama
standaloneStandalone mode (no Nextcloud)
mariadbMariaDB instead of default DB
openprojectOpenProject
xwikiXWiki
oxOpen-Xchange
valtimoValtimo BPM
openzaakOpenZaak
openklantOpenKlant

Example:

docker compose --profile ui --profile exapps up -d

For MCP browser pool configuration (Playwright sessions used by testing commands), see playwright-setup.md.