Added Jellyseer

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-11-06 10:16:53 +01:00
parent 860b1a6be4
commit 52a0071bd8
6 changed files with 247 additions and 2 deletions

View File

@@ -521,3 +521,14 @@ gitea:
token: "{{ host.gitea.runner.token }}"
volumes:
data: "{{ docker_data_dir }}/gitea/runner/data/"
#
# Jellyseer
#
jellyseer:
host: "jellyseer"
ports:
http: "5055"
volumes:
config: "{{ docker_dir }}/jellyseer/config"