Uses openregister/docker-compose.yml. Default starts db + nextcloud + n8n.
bash clean-env.shOr use the /clean-env skill.
Add one or more profiles with --profile <name>:
| Profile | What it adds |
|---|---|
ai |
AI/LLM services |
ui |
Separate frontend UI container |
exapps |
ExApp sidecar containers |
solr |
Solr search |
elasticsearch |
Elasticsearch |
ollama |
Local LLM via Ollama |
standalone |
Standalone mode (no Nextcloud) |
mariadb |
MariaDB instead of default DB |
openproject |
OpenProject |
xwiki |
XWiki |
ox |
Open-Xchange |
valtimo |
Valtimo BPM |
openzaak |
OpenZaak |
openklant |
OpenKlant |
Example:
docker compose --profile ui --profile exapps up -d