nixedo: pull newer images for TubeArchivist
All checks were successful
/ check (push) Successful in 54s
All checks were successful
/ check (push) Successful in 54s
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
e06e46b65d
commit
3caf4d71c6
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ in
|
||||||
|
|
||||||
virtualisation.oci-containers.containers."archivist-es" = {
|
virtualisation.oci-containers.containers."archivist-es" = {
|
||||||
image = "bbilly1/tubearchivist-es";
|
image = "bbilly1/tubearchivist-es";
|
||||||
|
pull = "newer";
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
"ES_JAVA_OPTS" = "-Xms1g -Xmx1g";
|
"ES_JAVA_OPTS" = "-Xms1g -Xmx1g";
|
||||||
|
|
@ -155,6 +156,7 @@ in
|
||||||
|
|
||||||
virtualisation.oci-containers.containers."tubearchivist" = {
|
virtualisation.oci-containers.containers."tubearchivist" = {
|
||||||
image = "bbilly1/tubearchivist";
|
image = "bbilly1/tubearchivist";
|
||||||
|
pull = "newer";
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
"ES_URL" = "http://archivist-es:9200";
|
"ES_URL" = "http://archivist-es:9200";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue