expose accounts /health endpoint
This commit is contained in:
parent
a71f79f91e
commit
a3711b1e0f
|
@ -8,6 +8,10 @@ location / {
|
||||||
proxy_pass http://dashboard:3000;
|
proxy_pass http://dashboard:3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /health {
|
||||||
|
proxy_pass http://accounts:3000;
|
||||||
|
}
|
||||||
|
|
||||||
location /api/stripe/billing {
|
location /api/stripe/billing {
|
||||||
proxy_pass http://dashboard:3000;
|
proxy_pass http://dashboard:3000;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue