Files
UmlautAdaptarr/docker-compose.yml

27 lines
994 B
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-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
#- Proxy__Enabled: false
#- Proxy__Address: http://yourproxyaddress:port
#- Proxy__Username: your_proxy_username
#- Proxy__Password: your_proxy_password
#- Proxy__BypassOnLocal: true (set to false to not bypass local IP addresses)