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:
Alexis
2026-04-28 10:31:37 +02:00
parent 3e59c2caaa
commit 417f290056
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@ services:
volumes:
- ./frontend:/app
- /app/node_modules
environment:
- VITE_API_URL=http://localhost:8070/api
depends_on:
- backend