CUB-114: Update Pi 5 kiosk deployment for Go + React stack
All checks were successful
Dev Build / build-test (pull_request) Successful in 1m22s

This commit is contained in:
2026-05-19 14:12:14 -04:00
parent 10c9340e74
commit a1d47f2536
7 changed files with 249 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ server {
}
location /api/ {
proxy_pass http://backend:8080/api/;
proxy_pass http://extrudex-api:8080/api/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';