chore: enhance environment configuration for frontend and Google authentication
- Add VITE_API_URL to docker-compose for frontend service. - Introduce FRONTEND_URL in backend environment files for redirection after Google login. - Update Google authentication router to use dynamic FRONTEND_URL for redirects.
This commit is contained in:
@@ -21,6 +21,8 @@ services:
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
- /app/node_modules
|
||||
environment:
|
||||
- VITE_API_URL=http://localhost:8070/api
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user