03067ca3a8
Use env vars for ports, add .env.TEST
...
- WIZARD_PORT, MYSQL_PORT, BACKEND_PORT, FRONTEND_PORT env vars
- .env.TEST with default values (8080, 3306, 8000, 3000)
- Scripts load .env.TEST automatically
- LISTEN_ADDR uses env vars
- Ports bound to 127.0.0.1 for security
2026-03-14 08:20:55 +00:00
392e050caa
Add separate compose files for port exposure options
...
- docker-compose-frontend.yml: No port exposure (default)
- docker-compose-frontend-expose.yml: Expose ports to host
- run-test-frontend.sh: Test script with --expose-port {on|off} option
- cleanup-frontend.sh: Cleanup script with --expose-port option
2026-03-14 08:08:50 +00:00
3a9850cafb
Use docker network for health check
2026-03-14 07:45:23 +00:00
71e8cc4e6d
Wait for services to be ready before running test
2026-03-14 07:43:19 +00:00
074b5df4f5
Add scripts and port mapping env vars
2026-03-14 07:39:17 +00:00
f081d53400
Update Frontend.Test to latest
2026-03-14 07:38:53 +00:00
12ca13bf8b
remove old backend/frontend submodules
2026-03-13 02:04:23 +00:00
9ad1702952
add docker-compose-frontend.yml for testing
2026-03-13 02:03:29 +00:00
68e2515252
rename submodules to HarborForge.*.Test
2026-03-13 01:31:33 +00:00
4a57dc3d8d
add backend and frontend submodules
2026-03-13 00:05:06 +00:00
a25c7deb02
init
2026-03-12 23:50:15 +00:00