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 = {
|
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 = [
|
||||||
|
|
Loading…
Reference in a new issue