Intermediate commit

This commit is contained in:
pcjones
2024-02-12 01:57:41 +01:00
parent abc2c84aa2
commit 27ba8a1f19
20 changed files with 1027 additions and 365 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3.8'
services:
umlautadaptarr:
build: .
environment:
SONARR_HOST: "http://localhost:8989"
SONARR_API_KEY: ""
ports:
- "5005:5005"