GMKtec Gets Its Services
Moved n8n, Penpot, and CouchDB off the Pi4 and onto the GMKtec. CouchDB migration used a one-way replication window with a clean rollback point before cutting over DNS.
SSH’d into the GMKtec (ssh llm), laid down the folder structure under ~/docker/{n8n,penpot,couchdb,qdrant,browserless} and ~/scripts, then created the shared homelab Docker network. Cloned the homelab repo and copied compose files into place. Filled in .env files from examples before touching any compose up.
Services deployed
What moved where
- Pi4: CouchDB (docker stop couchdb)
- Pi4: n8n (never deployed there)
- Pi4: Penpot (never deployed there)
- GMKtec: n8n (homelab network, port 5678)
- GMKtec: Penpot (homelab network, port 9002)
- GMKtec: CouchDB (migrated, port 5984)
- NPM proxy hosts for all three (DNS challenge SSL)
CouchDB migration sequence
CouchDB was the part worth being careful about. The sequence had a clean rollback point built in:
Pi4 CouchDB is still running and untouched post-migration — it stays up until Phase 1B confirms the new backend is stable for 24h.
What this unblocks
Qdrant and Browserless directories are staged and ready. The shared homelab Docker network and compose pattern are proven. Next session deploys the remaining services and starts wiring n8n workflows against the full stack.