You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
485 B
19 lines
485 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: jackett_server_1
|
|
APP_PORT: 9117
|
|
PROXY_AUTH_WHITELIST: "/api/* /dl/*"
|
|
|
|
server:
|
|
image: linuxserver/jackett:0.22.515@sha256:51da76352ebd8afddb5806b1c8448cba4329f1cb31f9b0cfa2210afa987e729e
|
|
restart: on-failure
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/config
|
|
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
|
|
stop_grace_period: 1m
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|