test healthcheck

This commit is contained in:
Isaac Shoebottom 2024-06-20 23:55:22 -03:00
parent c64e53a43d
commit d8d8c28cdc

View File

@ -44,5 +44,9 @@ services:
options: options:
max-size: "1m" max-size: "1m"
max-file: "1" max-file: "1"
healthcheck:
test: ["CMD", "http://localhost:8080 || exit 1"]
interval: 10s
timeout: 3s
networks: networks:
searxng: searxng: