towards healthchecks for all containers

This commit is contained in:
2026-02-04 18:11:49 +01:00
parent 7f45788b3d
commit ab2f707706
42 changed files with 245 additions and 19 deletions

View File

@@ -53,3 +53,8 @@ services:
2023
- /mnt/yotta/helium/shared/Photographs/Vakantie/Bram + Rik/Athene 2023:/photoprism/originals/Vakantie/Bram
+ Rik/Athene 2023
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:2342/api/v1/status"]
interval: 30s
timeout: 10s
retries: 3