From a0e9cd1983c4642eff014d31a4989ea49d5ea6bb Mon Sep 17 00:00:00 2001 From: Rounak Datta Date: Sat, 13 Jan 2024 19:45:34 +0530 Subject: [PATCH] Adjust changes according to Immich release v1.91.0 --- .../templates/immich.nomad.j2 | 24 ------------------- .../templates/postgresql.nomad.j2 | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/roles/launch-nomad-jobs/templates/immich.nomad.j2 b/roles/launch-nomad-jobs/templates/immich.nomad.j2 index f22fc8a..590a927 100644 --- a/roles/launch-nomad-jobs/templates/immich.nomad.j2 +++ b/roles/launch-nomad-jobs/templates/immich.nomad.j2 @@ -158,30 +158,6 @@ job "immich_job" { } } - task "immich_typesense" { - driver = "docker" - - resources { - memory = 512 - } - - env = { - TYPESENSE_API_KEY = "{{ TypesenseAPIKey }}" - TYPESENSE_DATA_DIR = "/data" - } - - volume_mount { - volume = "typesense_volume" - destination = "/data" - read_only = false - } - - config { - image = "typesense/typesense:0.24.0" - ports = ["immich_typesense_port"] - } - } - task "immich_web" { driver = "docker" diff --git a/roles/launch-nomad-jobs/templates/postgresql.nomad.j2 b/roles/launch-nomad-jobs/templates/postgresql.nomad.j2 index dd683c9..023f094 100644 --- a/roles/launch-nomad-jobs/templates/postgresql.nomad.j2 +++ b/roles/launch-nomad-jobs/templates/postgresql.nomad.j2 @@ -41,7 +41,7 @@ job "postgresql_job" { } config { - image = "rounakdatta/postgres:14.5" + image = "rounakdatta/pgvecto-rs:pg14-v0.1.18" ports = ["postgresql_port"]