chore(deps): retired readarr
All checks were successful
Deploy / Prepare Build (push) Successful in 35s
All checks were successful
Deploy / Prepare Build (push) Successful in 35s
This commit is contained in:
6
main.yml
6
main.yml
@ -129,9 +129,9 @@
|
|||||||
import_tasks: tasks/radarr.yml
|
import_tasks: tasks/radarr.yml
|
||||||
tags: radarr_install
|
tags: radarr_install
|
||||||
|
|
||||||
- name: Deploy readarr
|
# - name: Deploy readarr
|
||||||
import_tasks: tasks/readarr.yml
|
# import_tasks: tasks/readarr.yml
|
||||||
tags: readarr_install
|
# tags: readarr_install
|
||||||
|
|
||||||
- name: Deploy sonarr
|
- name: Deploy sonarr
|
||||||
import_tasks: tasks/sonarr.yml
|
import_tasks: tasks/sonarr.yml
|
||||||
|
@ -1,31 +1,33 @@
|
|||||||
---
|
# Readarr has been archived/retired.
|
||||||
- name: Create directories
|
# Keeping this for history
|
||||||
file:
|
# ---
|
||||||
path: "{{ item }}"
|
# - name: Create directories
|
||||||
state: directory
|
# file:
|
||||||
with_items:
|
# path: "{{ item }}"
|
||||||
- "{{ data_folder }}/readarr"
|
# state: directory
|
||||||
- "{{ data_folder }}/readarr/config"
|
# with_items:
|
||||||
|
# - "{{ data_folder }}/readarr"
|
||||||
|
# - "{{ data_folder }}/readarr/config"
|
||||||
|
|
||||||
- name: Create the readarr container
|
# - name: Create the readarr container
|
||||||
docker_container:
|
# docker_container:
|
||||||
name: readarr
|
# name: readarr
|
||||||
image: ghcr.io/linuxserver/readarr:develop@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
|
# image: linuxserver/readarr:develop@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
|
||||||
restart_policy: unless-stopped
|
# restart_policy: unless-stopped
|
||||||
recreate: true
|
# recreate: true
|
||||||
networks:
|
# networks:
|
||||||
- name: proxy
|
# - name: proxy
|
||||||
env:
|
# env:
|
||||||
PUID: "1000"
|
# PUID: "1000"
|
||||||
PGID: "1000"
|
# PGID: "1000"
|
||||||
TZ: "Australia/Brisbane"
|
# TZ: "Australia/Brisbane"
|
||||||
DOCKER_MODS: "ghcr.io/themepark-dev/theme.park:readarr"
|
# DOCKER_MODS: "ghcr.io/themepark-dev/theme.park:readarr"
|
||||||
volumes:
|
# volumes:
|
||||||
- "{{ data_folder }}/readarr/config/:/config"
|
# - "{{ data_folder }}/readarr/config/:/config"
|
||||||
- /mnt/nfs/data/:/data
|
# - /mnt/nfs/data/:/data
|
||||||
labels:
|
# labels:
|
||||||
traefik.enable: "true"
|
# traefik.enable: "true"
|
||||||
traefik.http.routers.readarr.rule: "Host(`readarr.comprofix.xyz`)"
|
# traefik.http.routers.readarr.rule: "Host(`readarr.comprofix.xyz`)"
|
||||||
traefik.http.routers.readarr.entrypoints: "https"
|
# traefik.http.routers.readarr.entrypoints: "https"
|
||||||
traefik.http.routers.readarr.tls: "true"
|
# traefik.http.routers.readarr.tls: "true"
|
||||||
traefik.http.services.readarr.loadbalancer.server.port: "8787"
|
# traefik.http.services.readarr.loadbalancer.server.port: "8787"
|
||||||
|
Reference in New Issue
Block a user