Update frontend VITE_API_URL to use server IP 10.0.0.127
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
||||
- ./frontend:/app
|
||||
- /app/node_modules
|
||||
environment:
|
||||
- VITE_API_URL=http://localhost:8001
|
||||
- VITE_API_URL=http://10.0.0.127:8001
|
||||
depends_on:
|
||||
- backend
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user