(hub↔agent) — One reverse proxy per project instead of one per container
v0.6.0-alpha
Breaking change
- ⚠️ BREAKING (hub↔agent) — One reverse proxy per project instead of one per container. Deployment now creates a single nginx
<org>-<project>-prod-nginxrouting to all of the project's containers (instead of one<app>-nginxper app). Concretely: fewer containers, less memory, and deploying an app no longer takes down the project's other apps (hot reload instead of a recreate). Old<app>-nginxcontainers are cleaned up automatically on the next deployment. The hub and the agent must be updated together (old agent + new hub = incompatible). New internalsync-project-nginxcommand to resynchronise routing when a domain is attached or detached.