mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(radarr): update dependency to decypharr
This commit is contained in:
@@ -54,7 +54,8 @@ services:
|
||||
- "traefik.http.routers.radarr4k.middlewares=authelia@docker"
|
||||
- "traefik.http.services.radarr4k.loadbalancer.server.port=7878"
|
||||
depends_on:
|
||||
- rclone
|
||||
decypharr:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -s http://localhost:7878/ping | grep -q '\"status\": \"OK\"' || exit 1"]
|
||||
interval: 1m
|
||||
|
||||
Reference in New Issue
Block a user