I
Immich•2y ago
nVIceman

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
Alex Tran
Alex Tran•2y ago
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 properties
nVIceman
nVIcemanOP•2y ago
Not 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.
nVIceman
nVIcemanOP•2y ago
I'm still using an older .env file also.
Alex Tran
Alex Tran•2y ago
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
nVIceman
nVIcemanOP•2y ago
I did that. So I'll try the update with the docker compose I just posted. Thanks.
Alex Tran
Alex Tran•2y ago
let us know if you run into any issue
nVIceman
nVIcemanOP•2y ago
It still works. 😆

Did you find this page helpful?