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

@@ -171,3 +171,9 @@ docker exec -it stamp-frontend /bin/sh
curl -v http://backend:8000/
exit
```
6. Use the network testing script:
```bash
./scripts/test-network.sh
```
This script will automatically detect your LAN IP and test both local and network connectivity.