Files
Chris 33cab10cef Initial sync: memory, agents, commands, and gitignore
Syncs project memory, custom agents, and commands across machines.
Excludes secrets (settings.json), session state, and runtime files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-11 09:19:24 -05:00

17 lines
969 B
Markdown

---
name: PlateRunner deployment details
description: PlateRunner runs on VM 103 (.122) at /opt/docker/stacks/platerunner/, built from GitHub source via docker-compose
type: reference
---
PlateRunner is deployed on VM 103 (192.168.86.122, Proxmox2) at `/opt/docker/stacks/platerunner/`.
- **Repo**: https://github.com/csader/platerunner.git (cloned on server)
- **Container**: `platerunner-platecycler-1`, port mapping `3001:3000`
- **Compose**: builds from source (multi-stage Dockerfile, Next.js standalone)
- **Public URL**: platerunner.chrissader.com (Cloudflare Tunnel -> Caddy .134 -> .122:3001)
- **Update process**: `git pull origin main` then `sudo docker compose up --build -d`
- **Note**: `/opt/docker/stacks/` is owned by csader but Docker commands need sudo. Watch for root-owned .git files if sudo git operations are run accidentally.
**How to apply:** When updating PlateRunner, SSH to .122 (not .134), pull the repo, and rebuild with docker compose.