diff --git a/docker/nginx/conf.d/server/server.account b/docker/nginx/conf.d/server/server.account index c30692c4..179dae24 100644 --- a/docker/nginx/conf.d/server/server.account +++ b/docker/nginx/conf.d/server/server.account @@ -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; }