Skip to content

chore: update immich to v1.135.3 and changes redis to valkey #750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Apps/Immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
memory: 1024M
container_name: immich-server
hostname: immich-server
image: altran1502/immich-server:v1.129.0
image: altran1502/immich-server:v1.135.3
volumes:
- /DATA/Gallery/immich:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
Expand All @@ -30,7 +30,7 @@ services:
immich-machine-learning:
container_name: immich-machine-learning
hostname: immich-machine-learning
image: altran1502/immich-machine-learning:v1.129.0
image: altran1502/immich-machine-learning:v1.135.3
environment:
DB_DATABASE_NAME: immich
DB_PASSWORD: postgres
Expand All @@ -46,7 +46,8 @@ services:
redis:
container_name: immich-redis
hostname: immich-redis
image: docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8

image: docker.io/valkey/valkey:8-bookworm@sha256:fec42f399876eb6faf9e008570597741c87ff7662a54185593e74b09ce83d177
healthcheck:
test: redis-cli ping || exit 1
volumes:
Expand Down