fix: change backend port to 3984, fix healthcheck with node http, relax frontend dependency
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ server {
|
||||
|
||||
# Proxy /api requests to backend
|
||||
location /api {
|
||||
proxy_pass http://backend:3001;
|
||||
proxy_pass http://backend:3984;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
||||
Reference in New Issue
Block a user