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:
Malin
2026-04-16 13:23:54 +02:00
parent b1a870d5b5
commit b3736c15d6
2 changed files with 7 additions and 7 deletions

View File

@@ -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';