fix: update frontend API URL to use proxy for server-side requests
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 28s

This commit is contained in:
2025-09-09 04:47:31 +02:00
parent 75c5adf346
commit e376f584c7

View File

@@ -53,7 +53,7 @@ services:
timeout: 5s
retries: 5
environment:
- NEXT_PUBLIC_SERVER_SIDE_API_URL=http://backend:8000
- NEXT_PUBLIC_SERVER_SIDE_API_URL=http://proxy/api
- PORT=3000
- HOSTNAME=0.0.0.0
networks: