mirror of
https://github.com/hhftechnology/Marketplace.git
synced 2026-04-29 10:17:47 -05:00
17 lines
421 B
YAML
17 lines
421 B
YAML
services:
|
|
prefetcharr:
|
|
image: phueber/prefetcharr:latest
|
|
container_name: prefetcharr
|
|
environment:
|
|
- MEDIA_SERVER_TYPE=jellyfin
|
|
- MEDIA_SERVER_URL=insert
|
|
- MEDIA_SERVER_API_KEY=insert
|
|
- SONARR_URL=insert
|
|
- SONARR_API_KEY=insert
|
|
- LOG_DIR=/log
|
|
- RUST_LOG=prefetcharr=debug
|
|
- INTERVAL=900
|
|
- REMAINING_EPISODES=2
|
|
volumes:
|
|
- /PREFETCHARR_LOGS:/log
|