towards healthchecks for all containers
This commit is contained in:
@@ -17,3 +17,8 @@ services:
|
||||
- /mnt/yotta/krypton/Movies:/host/srv/movies
|
||||
- /mnt/yotta/krypton/Shows:/host/srv/shows
|
||||
- /mnt/yotta/neon/Music/Albums:/host/srv/music
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8096/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user