config: refine Caddyfile formatting and add new log screenshot
All checks were successful
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 7m1s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m3s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 1m49s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m48s

- Improved readability and structure of `Caddyfile` by adjusting indentation and comments.
- Added production log screenshot (`prod-docker-log-web-app_2026-03-13_12-57.png`) for documentation.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
Stefan Mogeritsch 2026-03-13 13:14:25 +01:00
parent 9c2d34cc82
commit b156d2eb6c
2 changed files with 4 additions and 6 deletions

View File

@ -24,19 +24,17 @@
mime application/json
}
# Static Assets
file_server
# API Proxy
# API Proxy (has priority)
handle /api/* {
reverse_proxy api-gateway:8081
}
# Health
# Health Check
handle /health {
respond "healthy" 200
}
# SPA Routing (Last Resort)
# Serve static files if they exist, otherwise serve index.html (SPA)
file_server
try_files {path} /index.html
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB