Arion: remove old commented-out jellyfin installation
This commit is contained in:
parent
0e6a8e8348
commit
16fae21651
1 changed files with 2 additions and 33 deletions
|
@ -7,39 +7,6 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
# jellyfin-old.service = {
|
||||
# image = "jellyfin/jellyfin:2024032802";
|
||||
# container_name = "jellyfin-old";
|
||||
# ports = [
|
||||
# "8097:8096"
|
||||
# ];
|
||||
# labels = {
|
||||
# "traefik.enable" = "true";
|
||||
# "traefik.http.routers.jellyfin.entrypoints" = "websecure";
|
||||
# "traefik.http.routers.jellyfin.rule" = "Host(`jellyfin.ghoscht.com`)";
|
||||
# "traefik.http.services.jellyfin.loadbalancer.server.port" = "8096";
|
||||
# "traefik.http.services.jellyfin.loadbalancer.passHostHeader" = "true";
|
||||
# "traefik.http.routers.jellyfin.tls" = "true";
|
||||
# "traefik.http.routers.jellyfin.tls.certresolver" = "letsencrypt";
|
||||
# };
|
||||
# volumes = [
|
||||
# # "jellyfin_cache:/cache"
|
||||
# "/storage/dataset/docker/media/jellyfin_data:/config"
|
||||
# "/storage/dataset/data/media/tv:/tv"
|
||||
# "/storage/dataset/data/media/anime:/anime"
|
||||
# "/storage/dataset/data/media/movies:/movies"
|
||||
# ];
|
||||
# environment = {
|
||||
# PUID = 1000;
|
||||
# PGID = 1000;
|
||||
# TZ = "Europe/Berlin";
|
||||
# };
|
||||
# dns = ["1.1.1.1"];
|
||||
# restart = "always";
|
||||
# networks = [
|
||||
# "dmz"
|
||||
# ];
|
||||
# };
|
||||
jellyfin.service = {
|
||||
image = "linuxserver/jellyfin:10.8.13";
|
||||
container_name = "jellyfin";
|
||||
|
@ -148,7 +115,9 @@
|
|||
TRANSMISSION_DOWNLOAD_DIR = "/data/torrents";
|
||||
TRANSMISSION_INCOMPLETE_DIR = "/data/torrents/incomplete";
|
||||
TRANSMISSION_WEB_UI = "flood-for-transmission";
|
||||
WEBPROXY_ENABLED = "true";
|
||||
};
|
||||
ports = ["8118:8118"];
|
||||
env_file = [
|
||||
"/home/ghoscht/.docker/media/windscribe.env"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue