1
0
Fork 0

mediaserver: wip tubearchivist

This commit is contained in:
Daniel Kempkens 2023-04-20 15:21:57 +02:00
parent e13df6f775
commit 761474d1cb
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -8,17 +8,17 @@
]; ];
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
# tubearchivist = { tubearchivist = {
# image = "docker.io/bbilly1/tubearchivist:latest"; image = "docker.io/bbilly1/tubearchivist:latest";
# dependsOn = [ "archivist-es" "archivist-redis" ]; dependsOn = [ "archivist-es" "archivist-redis" ];
# ports = [ "127.0.0.1:9887:8000" ]; ports = [ "127.0.0.1:9887:8000" ];
# environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ]; environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ];
# volumes = [ volumes = [
# "/mnt/media/YTDL/Downloads:/youtube" "/mnt/media/YTDL/Downloads:/youtube"
# "/mnt/media/YTDL/Cache:/cache" "/mnt/media/YTDL/Cache:/cache"
# ]; ];
# }; };
#
archivist-redis = { archivist-redis = {
image = "docker.io/redis/redis-stack-server:latest"; image = "docker.io/redis/redis-stack-server:latest";
volumes = [ volumes = [