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 36be0a86b4 - Show all commits

View file

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