Note that make update removes the local Traefik proxy
Docs / docs (push) Canceled after 0s
pre-commit / pre-commit (push) Canceled after 0s
Test Backend / test-backend (push) Canceled after 0s

This commit is contained in:
2026-08-22 08:55:49 +02:00
parent 1039feb5d3
commit fa3a981fa7
+6
View File
@@ -283,3 +283,9 @@ Open on purpose. Each names what should bring it back.
node's `Params`. It will drift. `GET /flows/node-types` already returns the whole thing node's `Params`. It will drift. `GET /flows/node-types` already returns the whole thing
with its schemas, so a generator (the way n3xd generates its command catalog) is the with its schemas, so a generator (the way n3xd generates its command catalog) is the
obvious fix once the type list stops moving. obvious fix once the type list stops moving.
- `make update`/`make up` (production overlay) runs `up -d --remove-orphans` under the
same `fluksio-app` project as `make dev`, so it silently deletes the local Traefik
container `fluksio-app-proxy-1`. With `REVERSE_PROXY=external` and no host proxy,
the whole stack then has nothing bound to :80 and `*.localhost` stops resolving.
Either drop `--remove-orphans` or make `update` refuse when `ENVIRONMENT=local`.