towards healthchecks for all containers
This commit is contained in:
@@ -13,3 +13,8 @@ services:
|
||||
- /mnt/yotta/helium/shared:/host/media/Shared
|
||||
- /mnt/yotta/neon:/host/media/Other
|
||||
- /mnt/yotta/krypton:/host/media/Video
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:80/"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user