healthcheck added

This commit is contained in:
Max Buz
2025-01-30 10:46:25 +01:00
committed by GitHub
parent 05876ed861
commit 19ab018c98

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: