mediaserver: wip tubearchivist
This commit is contained in:
parent
e13df6f775
commit
761474d1cb
1 changed files with 11 additions and 11 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue