Cagemaster
Cagemaster
IImmich
Created by Cagemaster on 3/21/2023 in #help-desk-support
Error after last update: getaddrinfo ENOTFOUND immich-machine-learning
I updated the compose file and there was a lot of things that needed updating. This solved the issue. Thank you
14 replies
IImmich
Created by Cagemaster on 3/21/2023 in #help-desk-support
Error after last update: getaddrinfo ENOTFOUND immich-machine-learning
Ah thank you
14 replies
IImmich
Created by Cagemaster on 3/21/2023 in #help-desk-support
Error after last update: getaddrinfo ENOTFOUND immich-machine-learning
immich-immich-microservices-1 5fd89be583e2 altran1502/immich-machine-learning:release "/bin/sh ./entrypoin…" About an hour ago Restarting (2) 47 seconds ago
14 replies
IImmich
Created by Cagemaster on 3/21/2023 in #help-desk-support
Error after last update: getaddrinfo ENOTFOUND immich-machine-learning
I don’t know why though.
14 replies
IImmich
Created by Cagemaster on 3/21/2023 in #help-desk-support
Error after last update: getaddrinfo ENOTFOUND immich-machine-learning
Ah, I see now that the ML container is restarting over and over.
14 replies
IImmich
Created by Cagemaster on 3/21/2023 in #help-desk-support
Error after last update: getaddrinfo ENOTFOUND immich-machine-learning
Everything should have been updated when rebuilding the container. All containers seem to be running.
14 replies
IImmich
Created by Cagemaster on 3/21/2023 in #help-desk-support
Error after last update: getaddrinfo ENOTFOUND immich-machine-learning
And my ENV file:
TYPESENSE_API_KEY=some-random-text
TS_DATA_LOCATION=/mnt/user/appdata/immich/typesense
TYPESENSE_API_KEY=some-random-text
TS_DATA_LOCATION=/mnt/user/appdata/immich/typesense
14 replies
IImmich
Created by Cagemaster on 3/21/2023 in #help-desk-support
Error after last update: getaddrinfo ENOTFOUND immich-machine-learning
This is my typesense compose part:
typesense:
container_name: immich_typesense
image: typesense/typesense:0.24.0
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes:
- ${TS_DATA_LOCATION}:/data
typesense:
container_name: immich_typesense
image: typesense/typesense:0.24.0
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes:
- ${TS_DATA_LOCATION}:/data
14 replies