Migrating to new version of docker compose file
I noticed in 1.69.0, it says to use new version of file. I have found it to have many differences and with using my own redis and postgres, I do not know how to emulate the changes I had to make for that with the things I see in the new compose file. Here is my current compose file attached.
8 Replies
The three containers you will need to check are
immich-server
, immich-microservies
and immich-machine-learning
. Especially check for the image
and the command
propertiesNot sure what you mean by that exactly. I guessed at this being right. Differences from new stock docker compose are immich server and microsservices don't depend on redis/database(commented out) and both redis and database sections are gone, plus pgdata at the very bottom is commented out, which it has always been.
I'm still using an older .env file also.
There won't be any breaking changes if you are using the external postgres and redis container
The most important thing to check is to update the command to match with the current docker-compose file
I did that. So I'll try the update with the docker compose I just posted. Thanks.
let us know if you run into any issue
It still works. 😆