Added Homarr and removed jellyseer

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
main
TuDatTr 2024-01-25 00:15:15 +01:00
parent 58bfb589f1
commit 6fd77266cd
4 changed files with 2 additions and 15 deletions

View File

@ -508,6 +508,7 @@ homarr:
host: "homarr"
volumes:
configs: "{{docker_dir}}/homarr/configs"
data: "{{ docker_data_dir }}/homarr/data/"
icons: "{{docker_dir}}/homarr/icons"
#

View File

@ -94,7 +94,3 @@
- include_tasks: gitea-runner.yml
tags:
- gitea-runner
- include_tasks: jellyseer.yml
tags:
- jellyseer

View File

@ -1,11 +0,0 @@
---
- name: Create jellyfin-config directory
file:
path: "{{ item }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '755'
state: directory
become: yes
loop:
- "{{ jellyseer.volumes.config }}"

View File

@ -447,6 +447,7 @@ services:
- net
volumes:
- {{ homarr.volumes.configs }}:/app/data/configs
- {{ homarr.volumes.data }}:/data
- {{ homarr.volumes.icons }}:/app/public/icons