We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i set the env var IMMICH_HOST (in my scenario 172.10.10.X) the docker healthcheck fails, probably because it's trying to connect to localhost
immich/server/src/bin/healthcheck.ts
Line 14 in fed882a
Docker
v1.119.1
immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:release network_mode: "service:immich_redis" volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro env_file: - stack.env
UPLOAD_LOCATION=/----- DB_DATA_LOCATION=/docker/configs/immich/db IMMICH_VERSION=release DB_PASSWORD=postgres DB_USERNAME=postgres DB_DATABASE_NAME=immich TZ=Europe/Amsterdam IMMICH_LOG_LEVEL=warn IMMICH_HOST=172.10.10.6 REDIS_HOSTNAME=127.0.0.1 DB_HOSTNAME=127.0.0.1
TypeError: fetch failed at node:internal/deps/undici/undici:13185:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async main (/usr/src/app/dist/bin/healthcheck.js:14:26) { [cause]: Error: connect ECONNREFUSED 127.0.0.1:2283 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 2283 } }
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The bug
When i set the env var IMMICH_HOST (in my scenario 172.10.10.X) the docker healthcheck fails, probably because it's trying to connect to localhost
immich/server/src/bin/healthcheck.ts
Line 14 in fed882a
The OS that Immich Server is running on
Docker
Version of Immich Server
v1.119.1
Version of Immich Mobile App
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: