Lidarr arr-scripts configuration

This commit is contained in:
Mike Wilson
2025-06-27 13:39:46 -04:00
parent 260a40ceb2
commit c1ae312ea3
6 changed files with 143 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
networks:
traefik:
external: true
@@ -16,8 +15,11 @@ services:
- "TZ={{ timezone }}"
- "UMASK=002"
volumes:
- "{{ data_dir }}/{{ role_name }}:/config"
- "{{ data_dir }}/{{ role_name }}/config:/config"
- "{{ media_storage_mnt }}/data:/data"
# arr-scripts - https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/readme.md
- "{{ data_dir }}/{{ role_name }}/custom-services:/custom-services.d"
- "{{ data_dir }}/{{ role_name }}/custom-cont:/custom-cont-init.d"
labels:
traefik.enable: true
traefik.http.routers.{{ role_name }}.rule: "Host(`{{ role_name }}.local.{{ personal_domain }}`)"