|
|
|
@ -9,6 +9,7 @@
|
|
|
|
- name: "{{ arr_portainer_stack_name }}_radarr_config"
|
|
|
|
- name: "{{ arr_portainer_stack_name }}_radarr_config"
|
|
|
|
- name: "{{ arr_portainer_stack_name }}_sonarr_config"
|
|
|
|
- name: "{{ arr_portainer_stack_name }}_sonarr_config"
|
|
|
|
- name: "{{ arr_portainer_stack_name }}_jackett_config"
|
|
|
|
- name: "{{ arr_portainer_stack_name }}_jackett_config"
|
|
|
|
|
|
|
|
- name: "{{ arr_portainer_stack_name }}_lidarr_config"
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Arr | Update Portainer."
|
|
|
|
- name: "Arr | Update Portainer."
|
|
|
|
chatton.portainer.portainer_stack:
|
|
|
|
chatton.portainer.portainer_stack:
|
|
|
|
@ -59,6 +60,8 @@
|
|
|
|
- "{{ sonarr_exposed_port }}:8989"
|
|
|
|
- "{{ sonarr_exposed_port }}:8989"
|
|
|
|
# jackett
|
|
|
|
# jackett
|
|
|
|
- "{{ jackett_exposed_port }}:9117"
|
|
|
|
- "{{ jackett_exposed_port }}:9117"
|
|
|
|
|
|
|
|
# lidarr
|
|
|
|
|
|
|
|
- "{{ lidarr_exposed_port }}:8686"
|
|
|
|
dns:
|
|
|
|
dns:
|
|
|
|
- 1.1.1.1
|
|
|
|
- 1.1.1.1
|
|
|
|
- 8.8.8.8
|
|
|
|
- 8.8.8.8
|
|
|
|
@ -130,7 +133,24 @@
|
|
|
|
- jackett_config:/config
|
|
|
|
- jackett_config:/config
|
|
|
|
- "{{ directories.downloads_dir }}:/downloads"
|
|
|
|
- "{{ directories.downloads_dir }}:/downloads"
|
|
|
|
restart: unless-stopped
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lidarr:
|
|
|
|
|
|
|
|
image: "{{ lidarr_image }}:{{ lidarr_tag }}"
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
|
|
|
- protonwire
|
|
|
|
|
|
|
|
network_mode: "service:protonwire"
|
|
|
|
|
|
|
|
container_name: "{{ lidarr_container_name }}"
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
|
|
|
- PUID=1000
|
|
|
|
|
|
|
|
- PGID=1000
|
|
|
|
|
|
|
|
- TZ=Etc/UTC
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
- lidarr_config:/config
|
|
|
|
|
|
|
|
- "{{ directories.music_dir }}:/music"
|
|
|
|
|
|
|
|
- "{{ directories.downloads_dir }}:/downloads"
|
|
|
|
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
lidarr_config: {}
|
|
|
|
qbittorrent_config: {}
|
|
|
|
qbittorrent_config: {}
|
|
|
|
radarr_config: {}
|
|
|
|
radarr_config: {}
|
|
|
|
sonarr_config: {}
|
|
|
|
sonarr_config: {}
|
|
|
|
|