fix: dynamic backend address based on frontend address

This commit is contained in:
Stijnvandenbroek
2025-08-22 10:01:04 +02:00
parent 794e5d256f
commit f810c60f38
7 changed files with 73 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ services:
ports:
- "4000:4000"
environment:
- REACT_APP_API_URL=http://localhost:8000
- CHOKIDAR_USEPOLLING=true
- WDS_SOCKET_PORT=0
- CI=true