Switch to runtime envsubst for JSON-based Keycloak and API URLs, update Dockerfile and entrypoint to support config injection.
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 6m47s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m9s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 2m51s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m45s
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 6m47s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m9s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 2m51s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m45s
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
web-app.js:2567 [WebApp] main() entered
|
||||
web-app.js:2726 [WebApp] Loading configuration...
|
||||
web-app.js:2736 [WebApp] Configuration loaded: apiBaseUrl={{.Env.API_BASE_URL}}, keycloakUrl={{.Env.KEYCLOAK_URL}}
|
||||
web-app.js:2747 [WebApp] Koin initialized
|
||||
web-app.js:2749 [WebApp] Initializing Database...
|
||||
sqlite.worker.js:2 Worker: sqlite.worker.js loaded. Starting initialization...
|
||||
sqlite.worker.js:64 Worker: Loading sqlite3.js via importScripts...
|
||||
sqlite.worker.js:75 Worker: Fetching sqlite3.wasm manually...
|
||||
sqlite.worker.js:16 Worker: Buffering message (DB not ready) {id: 0, action: 'exec', sql: 'PRAGMA user_version;', params: Array(0)}
|
||||
sqlite.worker.js:81 Worker: sqlite3.wasm fetched successfully, size: 851353
|
||||
sqlite.worker.js:83 Worker: Calling sqlite3InitModule with wasmBinary...
|
||||
sqlite.worker.js:90 Worker: sqlite3InitModule resolved successfully
|
||||
sqlite.worker.js:92 Worker: OPFS available: true
|
||||
sqlite.worker.js:97 Initialisiere persistente OPFS Datenbank: app.db
|
||||
sqlite.worker.js:106 Worker: DB Ready. Processing 1 buffered messages.
|
||||
web-app.js:59710 Database version check: Current=1, Schema=1
|
||||
web-app.js:59730 Database Schema is up to date.
|
||||
web-app.js:2760 [WebApp] Local DB created and registered in Koin
|
||||
web-app.js:2588 [WebApp] Mounting Compose App...
|
||||
web-app.js:2601 [WebApp] App mounted successfully
|
||||
web-app.js:151092 [PlatformConfig] Resolved KEYCLOAK_URL from global: {{.Env.KEYCLOAK_URL}}
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
WebGL: INVALID_ENUM: getParameter: invalid parameter name, WEBGL_debug_renderer_info not enabled
|
||||
web-app.js:124837 [Violation] 'requestAnimationFrame' handler took 179ms
|
||||
web-app.js:124837 [Violation] 'requestAnimationFrame' handler took 59ms
|
||||
web-app.js:124837 [Violation] 'requestAnimationFrame' handler took 152ms
|
||||
web-app.js:200669 [baseClient] REQUEST: https://app.mo-code.at/{{.Env.KEYCLOAK_URL}}/realms/meldestelle/protocol/openid-connect/token
|
||||
METHOD: POST
|
||||
web-app.js:246724 POST https://app.mo-code.at/%7B%7B.Env.KEYCLOAK_URL%7D%7D/realms/meldestelle/protocol/openid-connect/token 405 (Method Not Allowed)
|
||||
commonFetch @ web-app.js:246724
|
||||
protoOf.k9 @ web-app.js:246007
|
||||
protoOf.hjx @ web-app.js:246215
|
||||
protoOf.k9 @ web-app.js:238302
|
||||
protoOf.gjx @ web-app.js:238284
|
||||
l @ web-app.js:238332
|
||||
protoOf.k9 @ web-app.js:200917
|
||||
protoOf.j9 @ web-app.js:200733
|
||||
protoOf.n9 @ web-app.js:200767
|
||||
protoOf.g1y @ web-app.js:43932
|
||||
protoOf.g30 @ web-app.js:46019
|
||||
(anonymous) @ web-app.js:45861
|
||||
Promise.then
|
||||
protoOf.h30 @ web-app.js:45873
|
||||
protoOf.k30 @ web-app.js:45999
|
||||
protoOf.e1z @ web-app.js:46142
|
||||
protoOf.e1z @ web-app.js:46220
|
||||
safeDispatch @ web-app.js:43816
|
||||
resumeCancellableWith @ web-app.js:43583
|
||||
startCoroutineCancellable_0 @ web-app.js:44191
|
||||
protoOf.i1r @ web-app.js:33970
|
||||
protoOf.f1r @ web-app.js:32558
|
||||
launch @ web-app.js:32731
|
||||
protoOf.e1z @ web-app.js:107337
|
||||
safeDispatch @ web-app.js:43816
|
||||
resumeCancellableWith @ web-app.js:43583
|
||||
startCoroutineCancellable_0 @ web-app.js:44191
|
||||
protoOf.i1r @ web-app.js:33970
|
||||
protoOf.f1r @ web-app.js:32558
|
||||
launch @ web-app.js:32731
|
||||
protoOf.wd5 @ web-app.js:275511
|
||||
protoOf.q8l @ web-app.js:273831
|
||||
protoOf.o8k @ web-app.js:75741
|
||||
protoOf.o8k @ web-app.js:75728
|
||||
protoOf.o8k @ web-app.js:75728
|
||||
protoOf.o8k @ web-app.js:75491
|
||||
protoOf.e8k @ web-app.js:75418
|
||||
protoOf.y8q @ web-app.js:77107
|
||||
protoOf.gb8 @ web-app.js:106427
|
||||
processRelease @ web-app.js:109692
|
||||
protoOf.ibf @ web-app.js:110270
|
||||
l @ web-app.js:108912
|
||||
sendInternal @ web-app.js:104466
|
||||
protoOf.kao @ web-app.js:104613
|
||||
protoOf.hbg @ web-app.js:110747
|
||||
protoOf.ebg @ web-app.js:110741
|
||||
protoOf.dbg @ web-app.js:109191
|
||||
sendPointerEvent$default @ web-app.js:64957
|
||||
onMouseEvent @ web-app.js:114594
|
||||
(anonymous) @ web-app.js:114849
|
||||
(anonymous) @ web-app.js:114802
|
||||
web-app.js:200669 [baseClient] RESPONSE: 405
|
||||
METHOD: POST
|
||||
FROM: https://app.mo-code.at/{{.Env.KEYCLOAK_URL}}/realms/meldestelle/protocol/openid-connect/token
|
||||
Reference in New Issue
Block a user