Files
UmlautAdaptarr/docker-compose.yml

19 lines
409 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
networks:
- local
2024-02-12 01:57:41 +01:00
environment:
2024-02-12 02:31:36 +01:00
- PUID=${ENV_PUID}
- PGID=${ENV_PGID}
- TZ=${TIMEZONE}
environment:
SONARR_HOST: "http://sonarr:8989"
SONARR_API_KEY: ${SONARR_API_KEY}
2024-02-12 01:57:41 +01:00
ports:
- "5005:5005"