Cookie: Secure only over HTTPS (works on LAN HTTP); healthcheck 127.0.0.1

This commit is contained in:
jtricerolph 2026-07-01 14:42:28 +00:00
parent e194e736d0
commit b7589b702a
2 changed files with 9 additions and 5 deletions

View file

@ -15,7 +15,7 @@ services:
ports:
- "3001:3001"
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:3001/health || exit 1"]
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:3001/health || exit 1"]
interval: 10s
retries: 5
start_period: 20s