Added whisparr
This commit is contained in:
parent
e150c8a23d
commit
7883cb15c1
4 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
whisparr:
|
||||||
|
container_name: whisparr
|
||||||
|
image: ghcr.io/hotio/whisparr:${WHISPARR_TAG:-latest}
|
||||||
|
ports:
|
||||||
|
- "6969:6969"
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=10000
|
||||||
|
- UMASK=002
|
||||||
|
- TZ=America/New_York
|
||||||
|
- WEBUI_PORTS=6969/tcp
|
||||||
|
volumes:
|
||||||
|
- /opt/arr/whisparr/config:/config
|
||||||
|
- /mnt/storage:/data
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
- "prowlarr/config"
|
- "prowlarr/config"
|
||||||
- "homarr/appdata"
|
- "homarr/appdata"
|
||||||
- "doplarr"
|
- "doplarr"
|
||||||
|
- "whisparr/config"
|
||||||
- name: Ensure environment files are present for arr stack
|
- name: Ensure environment files are present for arr stack
|
||||||
tags: packages,docker,arr,sabnzbd
|
tags: packages,docker,arr,sabnzbd
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
@ -41,6 +42,7 @@
|
||||||
- "prowlarr"
|
- "prowlarr"
|
||||||
- "homarr"
|
- "homarr"
|
||||||
- "doplarr"
|
- "doplarr"
|
||||||
|
- "whisparr"
|
||||||
- name: Ensure app specific env files are present
|
- name: Ensure app specific env files are present
|
||||||
tags: packages,docker,arr,discord
|
tags: packages,docker,arr,discord
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
@ -65,6 +67,7 @@
|
||||||
- "prowlarr"
|
- "prowlarr"
|
||||||
- "homarr"
|
- "homarr"
|
||||||
- "doplarr"
|
- "doplarr"
|
||||||
|
- "whisparr"
|
||||||
- name: Ensure docker containers are pulled and running
|
- name: Ensure docker containers are pulled and running
|
||||||
tags: docker,arr,sabnzbd
|
tags: docker,arr,sabnzbd
|
||||||
community.docker.docker_compose_v2:
|
community.docker.docker_compose_v2:
|
||||||
|
|
@ -78,6 +81,7 @@
|
||||||
- "prowlarr"
|
- "prowlarr"
|
||||||
- "homarr"
|
- "homarr"
|
||||||
- "doplarr"
|
- "doplarr"
|
||||||
|
- "whisparr"
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- name: Set that this task failed
|
- name: Set that this task failed
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,5 @@ LIDARR_TAG={{ arr_lidarr_tag }}
|
||||||
PROWLARR_TAG={{ arr_prowlarr_tag }}
|
PROWLARR_TAG={{ arr_prowlarr_tag }}
|
||||||
HOMARR_TAG={{ arr_homarr_tag }}
|
HOMARR_TAG={{ arr_homarr_tag }}
|
||||||
DOPLARR={{ arr_doplarr_tag }}
|
DOPLARR={{ arr_doplarr_tag }}
|
||||||
|
WHISPARR_TAG={{ arr_whisparr_tag }}
|
||||||
HOMARR_ENCRYPTION_KEY={{ arr_homarr_encryption_key }}
|
HOMARR_ENCRYPTION_KEY={{ arr_homarr_encryption_key }}
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ arr_lidarr_tag: release-3.1.0.4875
|
||||||
arr_prowlarr_tag: release-2.3.0.5236
|
arr_prowlarr_tag: release-2.3.0.5236
|
||||||
arr_homarr_tag: v1.50.1
|
arr_homarr_tag: v1.50.1
|
||||||
arr_doplarr_tag: v3.7.0
|
arr_doplarr_tag: v3.7.0
|
||||||
|
arr_whisparr_tag: v2-2.0.0.2130
|
||||||
|
|
||||||
arr_sonarr_api_key: !vault |
|
arr_sonarr_api_key: !vault |
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue