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
bo0tzz
bo0tzz2y ago
Can you try restarting the whole stack?
intechm0
intechm0OP2y ago
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
intechm0
intechm0OP2y ago
this is what is being displayed when trying to access immich
No description
jrasm91
jrasm912y ago
What about immich-server logs?
intechm0
intechm0OP2y ago
Does this mean there's a problem with typesense?
bo0tzz
bo0tzz2y ago
Yes
intechm0
intechm0OP2y ago
Typesense portainer: "Unable to retrieve container logs" What is the next step I should take?
jrasm91
jrasm912y ago
Are you still using portainer?
intechm0
intechm0OP2y ago
Yes I am
jrasm91
jrasm912y ago
Did you rename .env to stack.env when you deployed?
intechm0
intechm0OP2y ago
Yes I did
bo0tzz
bo0tzz2y ago
What sort of machine are you running on?
jrasm91
jrasm912y ago
Are you running on a pi?
bo0tzz
bo0tzz2y ago
Can you get the exact CPU model?
intechm0
intechm0OP2y ago
Ok so its a Intel Pentium Dual-Core E5700
bo0tzz
bo0tzz2y ago
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
intechm0
intechm0OP2y ago
Is there anyway to disable typesense?
bo0tzz
bo0tzz2y ago
You can disable typesense by setting TYPESENSE_ENABLED=false, the caveat is you lose search and the upcoming face recognition feature
bo0tzz
bo0tzz2y ago
Since 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?
intechm0
intechm0OP2y ago
Sad, but I bet it'll run better than my pi3
intechm0
intechm0OP2y ago
Commented the immich-typesense and immich-machine-learning and made the appropriate edits in the .env file
Covalent
Covalent2y ago
So is it still not working or is it fine now?
intechm0
intechm0OP2y ago
It works now! Couldn't be much happier with Immich. Also do you think an Intel Core 2 Quad Q8400 handle the ML processing?
Covalent
Covalent2y ago
Not well You should probably have at least 2 cores of sandy bridge or newer Ideally 4 That architecture is... Old
intechm0
intechm0OP2y ago
Ahh I see Anyways thanks a lot for the assistance

Did you find this page helpful?