Skip to content

Commit

Permalink
Upgraded immich db's
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Feb 26, 2024
1 parent a2c38d9 commit b9f6e2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ volumes:
device: "/var/data/shares/nikarh/Backup/immich"
services:
immich-redis:
image: redis:6.2
image: redis:7.2
container_name: immich-redis
<<: *service-defaults
command: >
--requirepass ${IMMICH_REDIS_PASSWORD}
immich-postgres:
image: tensorchord/pgvecto-rs:pg14-v0.1.11
image: tensorchord/pgvecto-rs:pg14-v0.2.0
container_name: immich-postgres
environment:
POSTGRES_DB: immich
Expand Down

0 comments on commit b9f6e2c

Please sign in to comment.