diff --git a/compose.yaml b/compose.yaml index ba8f22f..d55b73a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -242,3 +242,15 @@ services: networks: - media_network + huntarr: + image: huntarr/huntarr:latest + container_name: huntarr + restart: always + ports: + - "9705:9705" + volumes: + - /app-config/huntarr:/config + environment: + - TZ=Europe/Berlin + networks: + - media_network \ No newline at end of file