I
Immich•2y ago
Co

ENOTFOUND getaddrinfo ENOTFOUND typesense

Hello, is there any specific configuration to do to run typesense, machine learning etc ? Thanks
No description
14 Replies
Alex Tran
Alex Tran•2y ago
It should work out of the box if your CPU supporting it. What is your system/setup look like?
Co
CoOP•2y ago
No description
Co
CoOP•2y ago
👆 With Debian 10
Alex Tran
Alex Tran•2y ago
Do you know if your CPU has AVX instructions set?
Co
CoOP•2y ago
what is this ?
Alex Tran
Alex Tran•2y ago
Ah it does on the i3-10100 is this a brand new Immich setup?
Co
CoOP•2y ago
Yes It is
Alex Tran
Alex Tran•2y ago
Can you post your .env and docker-compose please?
Co
CoOP•2y ago
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis

UPLOAD_LOCATION=/mnt/raid1/DOCKER/Immich/upload

TYPESENSE_API_KEY=hth54Tbrhrh54

PUBLIC_LOGIN_PAGE_MESSAGE="HELLO"

IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
IMMICH_VERSION=v1.66.1
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis

UPLOAD_LOCATION=/mnt/raid1/DOCKER/Immich/upload

TYPESENSE_API_KEY=hth54Tbrhrh54

PUBLIC_LOGIN_PAGE_MESSAGE="HELLO"

IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
IMMICH_VERSION=v1.66.1
Co
CoOP•2y ago
yes 😄
Alex Tran
Alex Tran•2y ago
For Typesense's image, try this version
image: typesense/typesense:0.24.0
image: typesense/typesense:0.24.0
Co
CoOP•2y ago
Oh thank you, it works. Why does a bug fix break the image? Did you see how?
Alex Tran
Alex Tran•2y ago
No I think Typesense team messed up something
Co
CoOP•2y ago
Okay, that's a little weird, thanks.

Did you find this page helpful?