created Jackett

This commit is contained in:
2026-05-23 23:41:03 -07:00
parent 11e96df3eb
commit 618e976e81
2 changed files with 67 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Jackett Docker Compose Environment Variables
# Image version tag (default: latest)
JACKETT_VERSION=latest
# User and group ID for file permissions (default: 1000)
JACKETT_PUID=1000
JACKETT_PGID=1000
# Timezone (default: America/Los_Angeles)
JACKETT_TZ=America/Los_Angeles
# Enable Jackett auto-updates (default: false)
JACKETT_UPDATE=false
# Host port to expose the Jackett web UI (default: 9117)
JACKETT_PORT=9117
# NFS server hostname or IP address
JACKETT_NFS_SERVER=
# NFS device path for Jackett config storage (e.g. :/mnt/pool/jackett/config)
JACKETT_CONFIG_NFS_DEVICE=
# NFS device path for Jackett downloads storage (e.g. :/mnt/pool/jackett/downloads)
JACKETT_DOWNLOADS_NFS_DEVICE=