Local Deployment

Full local deployment protocol — expose ALL HTTP services (frontend + backends) via aramb expose FIRST to collect public URLs, inject those URLs as runtime env var overrides into docker compose (no file edits), then start the stack. Deliverable: verified public URLs for every exposed service, with inter-service URLs wired so the browser-side frontend hits the exposed backend. Use when: deploying an application locally for preview or end-to-end validation. NOT for: production deployments, code development, or testing.

clode-labs Updated

File contents

clode-labs/aramb-skills/tree/main/local-deployment commit b2de8baf18

Frequently asked questions

npx skillmds@latest add clode-labs/local-deployment