systems:docker_main:install_docker_containers:install_jacket
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
systems:docker_main:install_docker_containers:install_jacket [2021/07/16 08:08] – created peter | systems:docker_main:install_docker_containers:install_jacket [2021/07/16 08:12] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Systems - Docker Main - Install Docker Containers - Install Jacket ====== | ||
- | |||
- | Jackett works as a proxy server. | ||
- | |||
- | * It translates queries from apps (Sonarr, SickRage, CouchPotato, | ||
- | * This allows for getting recent uploads (like RSS) and performing searches. | ||
- | * Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. | ||
- | |||
- | ---- | ||
- | |||
- | <file bash docket-compose> | ||
- | --- | ||
- | version: " | ||
- | services: | ||
- | jackett: | ||
- | image: ghcr.io/ | ||
- | container_name: | ||
- | environment: | ||
- | - PUID=1000 | ||
- | - PGID=1000 | ||
- | - TZ=Europe/ | ||
- | - AUTO_UPDATE=true #optional | ||
- | # - RUN_OPTS=< | ||
- | volumes: | ||
- | - / | ||
- | - / | ||
- | ports: | ||
- | - 9117:9117 | ||
- | restart: unless-stopped | ||
- | </ | ||
- | |||
systems/docker_main/install_docker_containers/install_jacket.1626422916.txt.gz · Last modified: 2021/07/16 08:08 by peter