Skip to main content

VM700 — Docker Host

VM700 is a QEMU virtual machine running Debian 12, dedicated to hosting Docker Compose stacks.

VM Details

PropertyValue
VMID700
Hostnamedocker-host
OSDebian 12 (Bookworm)
IP192.168.100.220
SSH[email protected]
DockerDocker CE + Compose v2

Stack Root

All stacks live under /opt/stacks/ with one exception:

PathProject
/opt/stacks/echohuman-twenty/EchoHuman Twenty CRM
/opt/stacks/echohuman-matomo/Matomo Analytics
/opt/stacks/echohuman-docsaurus/Docusaurus
/opt/twenty/Lifehouse Twenty CRM (do not modify)

Key Commands

# All running containers
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}"

# All compose projects
docker compose ls

# Disk usage
docker system df -v
df -h /var/lib/docker

Port Assignments

PortService
3000Lifehouse Twenty (internal)
7010EchoHuman Twenty CRM
7020Matomo Analytics
7030Docusaurus

Rules

  • Do not alter /opt/twenty/ (Lifehouse) without explicit instruction
  • Do not run docker system prune -a --volumes without audit
  • All EchoHuman stacks are fully isolated (separate networks, volumes, credentials)