diff --git a/roles/immich/defaults/main.yml b/roles/immich/defaults/main.yml index 6698a2b3c4..fb863c41c8 100644 --- a/roles/immich/defaults/main.yml +++ b/roles/immich/defaults/main.yml @@ -84,7 +84,6 @@ immich_docker_envs_default: DB_DATABASE_NAME: "{{ immich_name }}" REDIS_HOSTNAME: "{{ immich_name }}_redis" DISABLE_MACHINE_LEARNING: "false" - DISABLE_TYPESENSE: "false" MACHINE_LEARNING_WORKERS: "1" MACHINE_LEARNING_WORKER_TIMEOUT: "120" immich_docker_envs_custom: {} diff --git a/roles/immich/tasks/main.yml b/roles/immich/tasks/main.yml index 9874cf71b0..1221f98bbc 100644 --- a/roles/immich/tasks/main.yml +++ b/roles/immich/tasks/main.yml @@ -22,7 +22,8 @@ vars: postgres_instances: ["{{ immich_name }}_postgres"] postgres_docker_env_db: "{{ immich_name }}" - postgres_docker_image_tag: "14-alpine" + postgres_docker_image_tag: "pg14-v0.1.11" + postgres_docker_image_repo: "tensorchord/pgvecto-rs" postgres_paths_folder: "{{ immich_name }}" postgres_paths_location: "{{ server_appdata_path }}/{{ postgres_paths_folder }}/postgres"