healthcheck added

This commit is contained in:
Max Buz
2025-01-30 10:46:25 +01:00
committed by GitHub
parent a03dceadbe
commit fa91b8d1c9

View File

@@ -62,6 +62,11 @@ services:
restart: unless-stopped
networks:
- seafile-net
healthcheck:
test: ["CMD", "curl", "-fs", "http://localhost/"]
interval: 5s
timeout: 3s
start_period: 5s
networks:
seafile-net: