Files
UmlautAdaptarr/docker-compose.yml
2024-02-12 01:57:41 +01:00

10 lines
173 B
YAML

version: '3.8'
services:
umlautadaptarr:
build: .
environment:
SONARR_HOST: "http://localhost:8989"
SONARR_API_KEY: ""
ports:
- "5005:5005"