10 lines
173 B
YAML
10 lines
173 B
YAML
version: '3.8'
|
|
services:
|
|
umlautadaptarr:
|
|
build: .
|
|
environment:
|
|
SONARR_HOST: "http://localhost:8989"
|
|
SONARR_API_KEY: ""
|
|
ports:
|
|
- "5005:5005"
|