Intermediate commit

This commit is contained in:
pcjones
2024-02-12 21:04:18 +01:00
parent 0071b0c080
commit 4ca89f8bdd
14 changed files with 624 additions and 135 deletions

View File

@@ -6,7 +6,17 @@ services:
restart: unless-stopped
environment:
- TZ=Europe/Berlin
- SONARR_HOST="http://sonarr:8989"
- SONARR_ENABLED=false
- SONARR_HOST="http://localhost:8989"
- SONARR_API_KEY="API_KEY"
- RADARR_ENABLED=false
- RADARR_HOST="http://localhost:7878"
- RADARR_API_KEY="API_KEY"
- READARR_ENABLED=false
- READARR_HOST="http://localhost:8787"
- READARR_API_KEY="API_KEY"
- LIDARR_ENABLED=false
- LIDARR_HOST="http://localhost:8686"
- LIDARR_API_KEY="API_KEY"
ports:
- "5005:5005"