towards healthchecks for all containers
This commit is contained in:
@@ -19,3 +19,8 @@ services:
|
||||
- "radarr:${HOST_IP}"
|
||||
- "sonarr:${HOST_IP}"
|
||||
- "lidarr:${HOST_IP}"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:9696/ping"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user