Skip to content

Commit

Permalink
Adjust changes according to Immich release v1.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta committed Jan 13, 2024
1 parent 6342bb9 commit a0e9cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions roles/launch-nomad-jobs/templates/immich.nomad.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion roles/launch-nomad-jobs/templates/postgresql.nomad.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ job "postgresql_job" {
}

config {
image = "rounakdatta/postgres:14.5"
image = "rounakdatta/pgvecto-rs:pg14-v0.1.18"

ports = ["postgresql_port"]

Expand Down

0 comments on commit a0e9cd1

Please sign in to comment.