Update docker compose
This commit is contained in:
@@ -8,15 +8,20 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- SONARR_ENABLED=false
|
- SONARR__ENABLED=false
|
||||||
- SONARR_HOST=http://localhost:8989
|
- SONARR__HOST=http://localhost:8989
|
||||||
- SONARR_API_KEY=API_KEY
|
- SONARR__APIKEY=APIKEY
|
||||||
- RADARR_ENABLED=false
|
- RADARR__ENABLED=false
|
||||||
- RADARR_HOST=http://localhost:7878
|
- RADARR__HOST=http://localhost:7878
|
||||||
- RADARR_API_KEY=API_KEY
|
- RADARR__APIKEY=APIKEY
|
||||||
- READARR_ENABLED=false
|
- READARR__ENABLED=false
|
||||||
- READARR_HOST=http://localhost:8787
|
- READARR__HOST=http://localhost:8787
|
||||||
- READARR_API_KEY=API_KEY
|
- READARR__APIKEY=APIKEY
|
||||||
- LIDARR_ENABLED=false
|
- LIDARR__ENABLED=false
|
||||||
- LIDARR_HOST=http://localhost:8686
|
- LIDARR__HOST=http://localhost:8686
|
||||||
- LIDARR_API_KEY=API_KEY
|
- 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)
|
||||||
Reference in New Issue
Block a user