add proxy for stripe webhook endpoint
This commit is contained in:
parent
b37008b497
commit
b72c997e55
|
@ -12,6 +12,10 @@ location /health {
|
||||||
proxy_pass http://accounts:3000;
|
proxy_pass http://accounts:3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /stripe/webhook {
|
||||||
|
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