feat: add transmission healhcheck
This commit is contained in:
@@ -11,3 +11,15 @@ services:
|
|||||||
- "config:/config"
|
- "config:/config"
|
||||||
- "downloads:/downloads"
|
- "downloads:/downloads"
|
||||||
- "watch:/watch"
|
- "watch:/watch"
|
||||||
|
healthcheck:
|
||||||
|
test: [
|
||||||
|
"CMD",
|
||||||
|
"curl",
|
||||||
|
"-sSfL",
|
||||||
|
"-u",
|
||||||
|
"${SERVICE_USER_ADMIN}:${SERVICE_PASSWORD_ADMIN}",
|
||||||
|
"http://localhost:9091/"
|
||||||
|
]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
Reference in New Issue
Block a user