towards healthchecks for all containers
This commit is contained in:
@@ -13,3 +13,8 @@ services:
|
||||
- /opt/bazarr/config:/config
|
||||
- /media/neptune/Video/Movies:/movies
|
||||
- /media/neptune/Video/Shows:/tv
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:6767/ping"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user