nforwardauth: add healthcheck #56

Merged
mg merged 5 commits from kph2 into master 2024-05-07 01:33:06 +02:00
Showing only changes of commit f97b08c5bb - Show all commits

View file

@ -49,7 +49,7 @@ services:
- traefik
healthcheck:
test: ["CMD", "wget", "--quiet", "--spider", "--tries=1", "http://127.0.0.1:3000/login"]
interval: 3s
interval: 30s
timeout: 10s
retries: 3