Note that make update removes the local Traefik proxy
This commit is contained in:
@@ -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
|
||||
with its schemas, so a generator (the way n3xd generates its command catalog) is the
|
||||
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`.
|
||||
|
||||
Reference in New Issue
Block a user