Lidarr arr-scripts configuration
This commit is contained in:
@@ -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 }}`)"
|
||||
|
Reference in New Issue
Block a user