VM700 — Lifehouse Services
Lifehouse is a separate tenant on VM700. Their services run under /opt/twenty/ and must not be modified.
Twenty CRM
- Stack:
/opt/twenty/ - Public URL: https://crm.lifehousestroud.org.uk
- Port: 3000
- DB: Local Postgres container (
twenty-db-1) — not CT320
Containers
| Container | Role |
|---|---|
twenty-server-1 | Web server + API |
twenty-worker-1 | Background jobs |
twenty-db-1 | Local Postgres 16 |
twenty-redis-1 | Redis cache/queue |
Rules
danger
Do not touch the Lifehouse stack. Do not restart, reconfigure, or inspect Lifehouse containers unless explicitly instructed. Lifehouse is a separate tenant.
Status Check (read-only)
docker ps --filter name=twenty- --format "table {{.Names}}\t{{.Status}}"