fix: Update frontend API and WebSocket URLs from localhost to a specific IP address.

This commit is contained in:
n.tolstov 2025-11-30 20:06:26 +03:00
parent d5a2650ac6
commit 52d407020a

View File

@ -58,8 +58,8 @@ services:
dockerfile: Dockerfile
container_name: sp-frontend
environment:
- NEXT_PUBLIC_API_URL=http://localhost:8091
- NEXT_PUBLIC_WS_URL=ws://localhost:8091
- NEXT_PUBLIC_API_URL=http://192.168.50.130:8091
- NEXT_PUBLIC_WS_URL=ws://192.168.50.130:8091
volumes:
- ./frontend:/app
- /app/node_modules