nixedo: pull newer images for TubeArchivist
All checks were successful
/ check (push) Successful in 54s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-04 02:25:03 +00:00
parent e06e46b65d
commit 3caf4d71c6

View file

@ -53,6 +53,7 @@ in
virtualisation.oci-containers.containers."archivist-es" = {
image = "bbilly1/tubearchivist-es";
pull = "newer";
environment = {
"ES_JAVA_OPTS" = "-Xms1g -Xmx1g";
@ -155,6 +156,7 @@ in
virtualisation.oci-containers.containers."tubearchivist" = {
image = "bbilly1/tubearchivist";
pull = "newer";
environment = {
"ES_URL" = "http://archivist-es:9200";