feat(servarr): added servarr stack
This commit is contained in:
30
compose/servarr/.env.example
Normal file
30
compose/servarr/.env.example
Normal file
@@ -0,0 +1,30 @@
|
||||
PUID="1000"
|
||||
PGID="1000"
|
||||
TZ="Europe/Rome"
|
||||
|
||||
# qBittorent
|
||||
QBITTORRENT_CONFIG_PATH="../../volumes/servarr/qbittorrent"
|
||||
QBITTORRENT_DOWNLOADS_PATH="/path/to/downloads"
|
||||
QBITTORRENT_WEBUI_PORT="8080"
|
||||
QBITTORRENT_TORRENT_PORT="6881"
|
||||
|
||||
# Prowlarr
|
||||
PROWLARR_CONFIG_PATH="../../volumes/servarr/prowlarr"
|
||||
PROWLARR_WEBUI_PORT="9696"
|
||||
|
||||
# Radarr
|
||||
RADARR_CONFIG_PATH="../../volumes/servarr/radarr"
|
||||
RADARR_MOVIES_PATH="/path/to/movies"
|
||||
RADARR_WEBUI_PORT="7878"
|
||||
|
||||
# Sonarr
|
||||
SONARR_CONFIG_PATH="../../volumes/servarr/sonarr"
|
||||
SONARR_TV_PATH="/path/to/tv/shows"
|
||||
SONARR_ANIME_PATH="/path/to/anime"
|
||||
SONARR_WEBUI_PORT="8989"
|
||||
|
||||
# Flaresolverr
|
||||
FLARESOLVERR_LOG_LEVEL="info"
|
||||
FLARESOLVERR_LOG_HTML="false"
|
||||
FLARESOLVERR_CAPTCHA_SOLVER="none"
|
||||
FLARESOLVERR_PORT="8191"
|
||||
Reference in New Issue
Block a user