Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 836 Bytes

File metadata and controls

36 lines (29 loc) · 836 Bytes

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>:

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