add readarr
This commit is contained in:
parent
5863f63d0a
commit
e45cb78fae
33
nas/readarr/docker-compose.yml
Normal file
33
nas/readarr/docker-compose.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
radarr:
|
||||||
|
image: lscr.io/linuxserver/readarr:latest
|
||||||
|
container_name: radarr
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=1026
|
||||||
|
- PGID=1026
|
||||||
|
- TZ=America/New_York
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- readarr_data:/config
|
||||||
|
- /volume1/Media/Books:/books
|
||||||
|
- /volume1/downloads:/downloads
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.services.radarr.loadbalancer.server.port=8787"
|
||||||
|
- 'traefik.http.routers.radarr.middlewares='
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
radarr_data:
|
||||||
|
driver: local
|
||||||
|
name: readarr_data
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user