fix(gateway): standalone local route config with full Node/Transport/Routing/OpenApi sections
Mount router-gateway-local.json as appsettings.json (not appsettings.local.json) so it fully replaces the baked-in config instead of merging. Add Node, Transports, Routing, and OpenApi sections to make the file self-contained. Test validates all required top-level sections are present. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -372,7 +372,7 @@ services:
|
||||
volumes:
|
||||
- *cert-volume
|
||||
- console-dist:/app/wwwroot:ro
|
||||
- ${ROUTER_GATEWAY_CONFIG:-./router-gateway-local.json}:/app/appsettings.local.json:ro
|
||||
- ${ROUTER_GATEWAY_CONFIG:-./router-gateway-local.json}:/app/appsettings.json:ro
|
||||
- ./envsettings-override.json:/app/envsettings-override.json:ro
|
||||
- ./gateway-ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt:ro
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user