Free trial · 14 days · Cancel anytimeGet started

(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-nginx routing to all of the project's containers (instead of one <app>-nginx per 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>-nginx containers are cleaned up automatically on the next deployment. The hub and the agent must be updated together (old agent + new hub = incompatible). New internal sync-project-nginx command to resynchronise routing when a domain is attached or detached.
(hub↔agent) — One reverse proxy per project instead of one per container - Pierrr