Files
UmlautAdaptarr/docker-compose.yml

25 lines
763 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-02-12 21:04:18 +01:00
- SONARR_ENABLED=false
2024-02-12 21:26:31 +01:00
- SONARR_HOST=http://localhost:8989
- SONARR_API_KEY=API_KEY
2024-02-12 21:04:18 +01:00
- RADARR_ENABLED=false
2024-02-12 21:26:31 +01:00
- RADARR_HOST=http://localhost:7878
- RADARR_API_KEY=API_KEY
2024-02-12 21:04:18 +01:00
- READARR_ENABLED=false
2024-02-12 21:26:31 +01:00
- READARR_HOST=http://localhost:8787
- READARR_API_KEY=API_KEY
2024-02-12 21:04:18 +01:00
- LIDARR_ENABLED=false
2024-02-12 21:26:31 +01:00
- LIDARR_HOST=http://localhost:8686
- LIDARR_API_KEY=API_KEY
2024-02-12 01:57:41 +01:00
ports:
2024-02-12 21:28:51 +01:00
- "5005":"5005"