feat: add transmission healhcheck
This commit is contained in:
parent
2a41963917
commit
44d0b9918b
1 changed files with 12 additions and 0 deletions
|
|
@ -11,3 +11,15 @@ services:
|
|||
- "config:/config"
|
||||
- "downloads:/downloads"
|
||||
- "watch:/watch"
|
||||
healthcheck:
|
||||
test: [
|
||||
"CMD",
|
||||
"curl",
|
||||
"-sSfL",
|
||||
"-u",
|
||||
"${SERVICE_USER_ADMIN}:${SERVICE_PASSWORD_ADMIN}",
|
||||
"http://localhost:9091/"
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
Loading…
Reference in a new issue