mirror-immich/docker
Thomas Way d46e5f2436
feat: Use postgres as a queue
We've been keen to try this for a while as it means we can remove redis as a
dependency, which makes Immich easier to setup and run.

This replaces bullmq with a bespoke postgres queue. Jobs in the queue are
processed either immediately via triggers and notifications, or eventually if a
notification is missed.
2025-04-30 22:42:18 +01:00
..
scripts fix(server): double counting cores when processor name includes the word "processor" (#10211) 2024-06-12 13:49:20 +00:00
.gitignore Implemented image tagging using TensorFlow InceptionV3 (#28) 2022-02-19 22:42:10 -06:00
README.md chore: add warning to compose file and readme (#5123) 2023-11-18 11:43:10 -06:00
docker-compose.dev.yml feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00
docker-compose.prod.yml feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00
docker-compose.yml feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00
example.env fix(deployment): warning for database on network share (#17412) 2025-04-06 10:09:54 +02:00
hwaccel.ml.yml feat(ml): rocm (#16613) 2025-03-17 21:08:19 +00:00
hwaccel.transcoding.yml fix(server): Update vaapi-wsl to include dxg (#15759) 2025-01-29 16:39:02 +01:00
prometheus.yml feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00

README.md

[!CAUTION] Make sure to use the docker-compose.yml of the current release: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

The compose file on main may not be compatible with the latest release.