Files
UmlautAdaptarr/docker-compose.yml

15 lines
345 B
YAML
Raw Normal View History

2024-02-12 01:57:41 +01:00
version: '3.8'
services:
umlautadaptarr:
2024-02-12 02:31:36 +01:00
build: https://github.com/PCJones/UmlautAdaptarr.git#master
image: umlautadaptarr
restart: unless-stopped
2024-02-12 01:57:41 +01:00
environment:
2024-02-12 02:36:12 +01:00
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
2024-02-12 05:28:44 +01:00
- SONARR_HOST="http://sonarr:8989"
- SONARR_API_KEY="API_KEY"
2024-02-12 01:57:41 +01:00
ports:
- "5005:5005"