Added Homarr and removed jellyseer
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>main
parent
58bfb589f1
commit
6fd77266cd
|
@ -508,6 +508,7 @@ homarr:
|
||||||
host: "homarr"
|
host: "homarr"
|
||||||
volumes:
|
volumes:
|
||||||
configs: "{{docker_dir}}/homarr/configs"
|
configs: "{{docker_dir}}/homarr/configs"
|
||||||
|
data: "{{ docker_data_dir }}/homarr/data/"
|
||||||
icons: "{{docker_dir}}/homarr/icons"
|
icons: "{{docker_dir}}/homarr/icons"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -94,7 +94,3 @@
|
||||||
- include_tasks: gitea-runner.yml
|
- include_tasks: gitea-runner.yml
|
||||||
tags:
|
tags:
|
||||||
- gitea-runner
|
- gitea-runner
|
||||||
|
|
||||||
- include_tasks: jellyseer.yml
|
|
||||||
tags:
|
|
||||||
- jellyseer
|
|
||||||
|
|
|
@ -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 }}"
|
|
|
@ -447,6 +447,7 @@ services:
|
||||||
- net
|
- net
|
||||||
volumes:
|
volumes:
|
||||||
- {{ homarr.volumes.configs }}:/app/data/configs
|
- {{ homarr.volumes.configs }}:/app/data/configs
|
||||||
|
- {{ homarr.volumes.data }}:/data
|
||||||
- {{ homarr.volumes.icons }}:/app/public/icons
|
- {{ homarr.volumes.icons }}:/app/public/icons
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue