fix: Update frontend API and WebSocket URLs from localhost to a specific IP address.
This commit is contained in:
parent
d5a2650ac6
commit
52d407020a
@ -58,8 +58,8 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: sp-frontend
|
container_name: sp-frontend
|
||||||
environment:
|
environment:
|
||||||
- NEXT_PUBLIC_API_URL=http://localhost:8091
|
- NEXT_PUBLIC_API_URL=http://192.168.50.130:8091
|
||||||
- NEXT_PUBLIC_WS_URL=ws://localhost:8091
|
- NEXT_PUBLIC_WS_URL=ws://192.168.50.130:8091
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/app
|
- ./frontend:/app
|
||||||
- /app/node_modules
|
- /app/node_modules
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user