VM700 — Docker Host
VM700 is a QEMU virtual machine running Debian 12, dedicated to hosting Docker Compose stacks.
VM Details
| Property | Value |
|---|---|
| VMID | 700 |
| Hostname | docker-host |
| OS | Debian 12 (Bookworm) |
| IP | 192.168.100.220 |
| SSH | [email protected] |
| Docker | Docker CE + Compose v2 |
Stack Root
All stacks live under /opt/stacks/ with one exception:
| Path | Project |
|---|---|
/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
| Port | Service |
|---|---|
| 3000 | Lifehouse Twenty (internal) |
| 7010 | EchoHuman Twenty CRM |
| 7020 | Matomo Analytics |
| 7030 | Docusaurus |
Rules
- Do not alter
/opt/twenty/(Lifehouse) without explicit instruction - Do not run
docker system prune -a --volumeswithout audit - All EchoHuman stacks are fully isolated (separate networks, volumes, credentials)