add some *arr stack

This commit is contained in:
debian
2024-03-02 18:46:14 +01:00
parent 22a94ca6cf
commit bac65fab74
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
readarr:
extends:
file: ${TEMPLATES_PATH}
service: default
image: lscr.io/linuxserver/readarr:develop
container_name: readarr
ports:
- 2003:8787
volumes:
- ${MEDIA_PATH}/readarr/config:/config
- ${MEDIA_PATH}/data:/data
labels:
# Watchtower
- "com.centurylinklabs.watchtower.enable=true"
# Traefik
- "traefik.enable=true"
- "traefik.http.routers.readarr.rule=Host(`readarr.${LOCAL_DOMAIN}`)"
- "traefik.http.routers.readarr.entrypoints=https"
- 'traefik.http.routers.readarr.tls=true'