Help setting up immich
Just did a fresh installation of Ubuntu Server 22.04.02 on my machine and did the updates and all.
installed docker and docker-compose and installed immich.
everything pulled perfectly but it isn't accessible.
Docker-compose file and .env are attached.
Logs are also attached for immich-microservices & immich-postgres.
28 Replies
Can you try restarting the whole stack?
did that but no luck
tried restarting the whole stack via portainer, tried installing via docker-compose following the instructions from the immich site, tried using the portainer instructions and also with the experimental script
this is what is being displayed when trying to access immich

What about immich-server logs?
Does this mean there's a problem with typesense?
Yes
Typesense portainer: "Unable to retrieve container logs"
What is the next step I should take?
Are you still using portainer?
remove these two lines from the docker-compose https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml#L56-L57
Yes I am
Did you rename .env to stack.env when you deployed?
Yes I did
What sort of machine are you running on?
Are you running on a pi?
Can you get the exact CPU model?
Ok so its a Intel Pentium Dual-Core E5700
That's a really old CPU and it doesn't support some instructions that typesense requires
Fwiw with that cpu and just 2g of RAM you probably won't have a great time running much at all
Is there anyway to disable typesense?
You can disable typesense by setting
TYPESENSE_ENABLED=false
, the caveat is you lose search and the upcoming face recognition featureSince you have so few resources I also recommend disabling machine learning, see https://immich.app/docs/FAQ#why-is-immich-slow-on-low-memory-systems-like-the-raspberry-pi
FAQ | Immich
What is the difference between the cloud icon on the mobile app?
Sad, but I bet it'll run better than my pi3
Commented the immich-typesense and immich-machine-learning and made the appropriate edits in the .env file
So is it still not working or is it fine now?
It works now! Couldn't be much happier with Immich. Also do you think an Intel Core 2 Quad Q8400 handle the ML processing?
Not well
You should probably have at least 2 cores of sandy bridge or newer
Ideally 4
That architecture is... Old
Ahh I see
Anyways thanks a lot for the assistance