Update Caddyfile template configuration and clean up unused frontend code
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 7m47s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m29s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 2m1s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m42s
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 7m47s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m29s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 2m1s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m42s
This commit is contained in:
@@ -18,7 +18,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
templates
|
|
||||||
|
templates {
|
||||||
|
mime text/html application/json
|
||||||
|
}
|
||||||
|
|
||||||
handle /api/* {
|
handle /api/* {
|
||||||
reverse_proxy api-gateway:8081
|
reverse_proxy api-gateway:8081
|
||||||
|
|||||||
@@ -55,7 +55,6 @@
|
|||||||
globalThis.KEYCLOAK_URL = 'http://localhost:8180';
|
globalThis.KEYCLOAK_URL = 'http://localhost:8180';
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
// KMP bundle liest globalThis.API_BASE_URL und globalThis.KEYCLOAK_URL in PlatformConfig.js
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="web-app.js"></script>
|
<script src="web-app.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user