Skip to content

Commit

Permalink
Update Postgres image tag and set custom
Browse files Browse the repository at this point in the history
repository

Refine the PostgreSQL container deployment by specifying a version with
the custom tag 'pg14-v0.1.11' and setting the image repository to
'tensorchord/pgvecto-rs'. This aligns the image with a specific version
for predictable builds and utilizes a repository tailored to our
application's requirements.
  • Loading branch information
RaneyDazed committed Dec 20, 2023
1 parent 2063eb1 commit c4514ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/immich/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c4514ff

Please sign in to comment.