Files
UmlautAdaptarr/docker-compose.yml

43 lines
2.0 KiB
YAML
Raw Permalink Normal View History

2024-02-12 01:57:41 +01:00
version: '3.8'
services:
umlautadaptarr:
2024-02-12 21:28:51 +01:00
#uncomment this to get the development branch
#build: https://github.com/PCJones/UmlautAdaptarr.git#develop
build: https://github.com/PCJones/UmlautAdaptarr.git#master
2024-02-12 02:31:36 +01:00
image: umlautadaptarr
restart: unless-stopped
2024-04-24 15:21:12 +02:00
ports:
2024-04-24 15:24:14 +02:00
- "5005:5005" # can be removed if you use the recommended prowlarr+proxy configuration
2024-04-24 15:21:12 +02:00
- "5006:5006" # can be removed if you use the alternative, non-proxy configuration
2024-02-12 01:57:41 +01:00
environment:
2024-02-12 02:36:12 +01:00
- TZ=Europe/Berlin
2024-04-15 04:25:21 +02:00
- SONARR__ENABLED=false
- SONARR__HOST=http://localhost:8989
- SONARR__APIKEY=APIKEY
- RADARR__ENABLED=false
- RADARR__HOST=http://localhost:7878
- RADARR__APIKEY=APIKEY
- READARR__ENABLED=false
- READARR__HOST=http://localhost:8787
- READARR__APIKEY=APIKEY
- LIDARR__ENABLED=false
- LIDARR__HOST=http://localhost:8686
- LIDARR__APIKEY=APIKEY
2024-10-11 19:47:08 +02:00
### example for multiple instances of same type
#- SONARR__0__NAME=NAME 1 (optional)
#- SONARR__0__ENABLED=false
#- SONARR__0__HOST=http://localhost:8989
#- SONARR__0__APIKEY=APIKEY
#- SONARR__1__NAME=NAME 2 (optional)
#- SONARR__1__ENABLED=false
#- SONARR__1__HOST=http://localhost:8989
#- SONARR__1__APIKEY=APIKEY
### Advanced options (with default values))
2025-11-18 10:55:25 +01:00
#- SETTINGS__EnableChangedTitleCache=false # Enables the changed title API under /titlelookup?changedTitle=$title - enable if you are using crowdnfo.net post processing script.
#- SETTINGS__IndexerRequestsCacheDurationInMinutes=12 # How long to cache indexer requests for. Default is 12 minutes.
#- SETTINGS__ApiKey= # API key for requests to the UmlautAdaptarr. Optional, probably only needed for seedboxes.
#- SETTINGS__ProxyPort=5006 # Proxy port for the internal UmlautAdaptarr proxy used for Prowlarr.
#- Kestrel__Endpoints__Http__Url=http://[::]:5005 # HTTP port for the UmlautAdaptarr
2025-11-18 10:55:25 +01:00
#- IpLeakTest__Enabled=false