From 761474d1cb3418d99fe4266177ba15002081c5d8 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 20 Apr 2023 15:21:57 +0200 Subject: [PATCH] mediaserver: wip tubearchivist --- container/tubearchivist/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/container/tubearchivist/default.nix b/container/tubearchivist/default.nix index 4f6feb6..9e01718 100644 --- a/container/tubearchivist/default.nix +++ b/container/tubearchivist/default.nix @@ -8,17 +8,17 @@ ]; virtualisation.oci-containers.containers = { - # tubearchivist = { - # image = "docker.io/bbilly1/tubearchivist:latest"; - # dependsOn = [ "archivist-es" "archivist-redis" ]; - # ports = [ "127.0.0.1:9887:8000" ]; - # environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ]; - # volumes = [ - # "/mnt/media/YTDL/Downloads:/youtube" - # "/mnt/media/YTDL/Cache:/cache" - # ]; - # }; - # + tubearchivist = { + image = "docker.io/bbilly1/tubearchivist:latest"; + dependsOn = [ "archivist-es" "archivist-redis" ]; + ports = [ "127.0.0.1:9887:8000" ]; + environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ]; + volumes = [ + "/mnt/media/YTDL/Downloads:/youtube" + "/mnt/media/YTDL/Cache:/cache" + ]; + }; + archivist-redis = { image = "docker.io/redis/redis-stack-server:latest"; volumes = [