expose accounts /health endpoint

This commit is contained in:
Karol Wypchlo 2021-12-15 12:44:01 +01:00
parent a71f79f91e
commit a3711b1e0f
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ location / {
proxy_pass http://dashboard:3000;
}
location /health {
proxy_pass http://accounts:3000;
}
location /api/stripe/billing {
proxy_pass http://dashboard:3000;
}