Update docker compose

This commit is contained in:
pcjones
2024-02-12 21:26:31 +01:00
parent 4ca89f8bdd
commit 8c07d48038

View File

@@ -1,22 +1,24 @@
version: '3.8' version: '3.8'
services: services:
umlautadaptarr: umlautadaptarr:
build: https://github.com/PCJones/UmlautAdaptarr.git#master # uncomment this to get the development branch
# build: https://github.com/PCJones/UmlautAdaptarr.git#develop
image: pcjones/umlautadaptarr:latest
image: umlautadaptarr image: umlautadaptarr
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_API_KEY=API_KEY
- RADARR_ENABLED=false - RADARR_ENABLED=false
- RADARR_HOST="http://localhost:7878" - RADARR_HOST=http://localhost:7878
- RADARR_API_KEY="API_KEY" - RADARR_API_KEY=API_KEY
- READARR_ENABLED=false - READARR_ENABLED=false
- READARR_HOST="http://localhost:8787" - READARR_HOST=http://localhost:8787
- READARR_API_KEY="API_KEY" - READARR_API_KEY=API_KEY
- LIDARR_ENABLED=false - LIDARR_ENABLED=false
- LIDARR_HOST="http://localhost:8686" - LIDARR_HOST=http://localhost:8686
- LIDARR_API_KEY="API_KEY" - LIDARR_API_KEY=API_KEY
ports: ports:
- "5005:5005" - "5005":"5005 "