Replies: 3 comments 2 replies
-
|
Check the |
Beta Was this translation helpful? Give feedback.
-
|
compose file: name: immich services: immich-machine-learning: redis: database: volumes: |
Beta Was this translation helpful? Give feedback.
-
|
Could this be a permissions issue? I have recursively changed the entire ./postgres folder to 770 permissions and recreated the stack in portainer similar issue persists: 2025-02-18 21:03:35.990 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - I am trying to install immich for the first time. I have tried via CLI but could not get the web UI to respond on
http://machine-ip-address:2283
as per the FAQ at https://immich.app/docs/install/post-install
I saw others had better success using Portainer CE so I have installed it in a container and followed the guide at
https://immich.app/docs/install/portainer
I have attached the docker compose file i used - which is the default version from github, just with the .env files renamed to stack.env
I have the following stack.env:
UPLOAD_LOCATION=./library
DB_DATA_LOCATION=./postgres
TZ=Australia/Brisbane
IMMICH_VERSION=release
DB_PASSWORD=postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
I have tried rebuilding the stack using random letters for the DB_PASSWORD, as well as setting my preferred UPLOAD_LOCATION which didnt work so I have gone back to the default setting to eliminate any possible source of errors, but it still doesnt work.
The immich_server logs are attached - showing the failure to connect. I cant connect to the WebUI on port 2283 or the container network or the container IP addresses. The database container logs look ok to me as far as I can tell?
Any help would be most appreciated
Device is QNAP running QTS 5.2.3.3006 8GB RAM
Portainer CE 2.21.5
immich 1.126.1
docker compose.txt
_immich_postgres_logs.txt
_immich_server_logs.txt
Beta Was this translation helpful? Give feedback.
All reactions