Migrated CI health test to new JSON. Refactored NGINX config
Some checks failed
CI / Lint & Format (push) Successful in 3s
CI / Tests (Pytest + Alembic + Postgres) (push) Failing after 4m44s
CI / Docker Build (push) Has been skipped

This commit is contained in:
2025-09-30 12:39:49 +01:00
parent 7054ba7547
commit ef947d9888
3 changed files with 6 additions and 23 deletions

View File

@@ -25,13 +25,11 @@ server {
}
# NOT FOR PROD
location /docs {
proxy_pass http://keywarden-api:8000;
}
location /openapi.json {
# NOT FOR PROD vvv
location ~ ^/(docs|openapi.json)$ {
proxy_pass http://keywarden-api:8000;
}
## REMOVE IN PRODUCTION BUILDS ^^^
location /api/v1/ {
proxy_pass http://keywarden-api:8000;