test(e2e): serve the portal + walking-skeleton Playwright e2e (closes #68) #72

Merged
not merged 11 commits from feat/68-e2e into main 2026-07-13 13:20:58 +00:00
Showing only changes of commit be016f920c - Show all commits

View File

@@ -445,7 +445,8 @@ services:
ports: ports:
- "8140:80" - "8140:80"
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -q -O /dev/null http://localhost/ || exit 1"] # 127.0.0.1, not localhost: nginx listens on IPv4 only, but localhost resolves to ::1 first.
test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1/ || exit 1"]
interval: 5s interval: 5s
timeout: 3s timeout: 3s
retries: 5 retries: 5