mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-08 00:06:07 +00:00
docker-compose.yml - added experimental health endpoint
This commit is contained in:
@@ -67,6 +67,12 @@ services:
|
|||||||
proxy_set_header X-Forwarded-Proto $$scheme;
|
proxy_set_header X-Forwarded-Proto $$scheme;
|
||||||
proxy_pass https://dls-backend$$request_uri;
|
proxy_pass https://dls-backend$$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /-/health {
|
||||||
|
access_log off;
|
||||||
|
add_header 'Content-Type' 'application/json';
|
||||||
|
return 200; # '{\"status\":\"up\",\"service\":\"nginx\"}';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|||||||
Reference in New Issue
Block a user