use immich recommended containers #3

Open
hermzz wants to merge 1 commits from hermzz/immich:feature/immich-postgres into main
Contributor

Updates redis and postgres images to the ones recommended by immich in their docker-compose.
Add DB_STORAGE_TYPE env var which determines a postgres setting as documented in the immich env var docs.

NOTE: the upgrade from the current postgres to the new one is a major/breaking change, not sure if there's anything else we'd need to do/document here.

Updates redis and postgres images to the ones recommended by immich in their [docker-compose](https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml). Add `DB_STORAGE_TYPE` env var which determines a postgres setting as documented in the [immich env var docs](https://docs.immich.app/install/environment-variables/#database). *NOTE*: the upgrade from the current postgres to the new one is a major/breaking change, not sure if there's anything else we'd need to do/document here.
hermzz added 1 commit 2026-01-14 21:41:12 +00:00
hermzz requested review from yksflip 2026-01-14 21:42:16 +00:00
Owner

Note

: the upgrade from the current postgres to the new one is a major/breaking change, not sure if there's anything else we'd need to do/document here.

would be great to get an idea of how to migrate in the release notes, yes ;)

> _NOTE_: the upgrade from the current postgres to the new one is a major/breaking change, not sure if there's anything else we'd need to do/document here. would be great to get an idea of how to migrate in the release notes, yes ;)
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feature/immich-postgres:hermzz-feature/immich-postgres
git checkout hermzz-feature/immich-postgres
Sign in to join this conversation.
No description provided.