docker: remove healthcheck nforwardauth (#732)

Reviewed-on: #732
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-02-02 13:57:12 +01:00 committed by mg
parent 71db37edef
commit 566b316024

View file

@ -52,12 +52,6 @@ services:
- "./passwd:/passwd:ro" # Mount local passwd file at /passwd as read only - "./passwd:/passwd:ro" # Mount local passwd file at /passwd as read only
networks: networks:
- traefik - traefik
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:3000/"]
interval: 30s
timeout: 10s
retries: 3
######## Networks ######## ######## Networks ########
networks: networks: