[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-05-12 18:45:25 +00:00
parent fdc209d8fa
commit 6043f27850

View file

@ -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