seedbox/services/jackett.yaml

15 lines
352 B
YAML

services:
jackett:
image: ghcr.io/linuxserver/jackett
container_name: jackett
restart: always
volumes:
- config:/config
- torrents:/downloads
- /etc/localtime:/etc/localtime:ro
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
- RUN_OPTS='-FlareSolverrURL="http://flaresolverr:8191"'