#Debian VM with portainer unable to deploy Immich
1 messages · Page 1 of 1 (latest)
:wave: Hey @mint jacinth,
Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker compose psdocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
Checklist
- :blue_square: I have verified I'm on the latest release(note that mobile app releases may take some time).
- :blue_square: I have read applicable release notes.
- :blue_square: I have reviewed the FAQs for known issues.
- :blue_square: I have reviewed Github for known issues.
- :blue_square: I have tried accessing Immich via local ip (without a custom reverse proxy).
- :blue_square: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the
/uploadcommand. - :blue_square: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
If this ticket can be closed you can use the /close command, and re-open it later if needed.
@mint jacinth uploaded
@mint jacinth uploaded
@mint jacinth uploaded
@mint jacinth uploaded
@mint jacinth uploaded
# env_file: # - .env
Why did you comment this out? That's the reason it's not working
I added the variables on portainer separately. I recall from other setup. That it just looks up the individual variable and their value. Is that wrong?
Did you add them to each container separately? Or to the stack?
They need to get passed through to the container which is what that commented out line does
Added to the stack.
Does it create a .env file as I haven’t saved any file locally. Just added them to the stack.
Have you read the immich docs for installing with portainer?
yes,
also if i uncomment teh .env lines, i get the error.
I guess i might have missed some steps.
fixed the stack.env
and now 3/4 services are running and green
i can reacg the gui as well. just wondering why postgres is showing yellow
It says starting. How long did you wait? What do the logs say?
again, below that in portainer you need the "extra variables", that's the .env info like below
It worked later. I dont recall what i changed.
But now my mount point is not saving file to nas, but created directories locally. so need to fix the automount of share.
do you really need all those hostpaths. I thought that was in truenas app. but docker did not suggest having that many paths?
Well now, your data dir has no access for postgres, go validate /var/lib/postgresql/data and fix the permissions
I am struggling with permissions, if I add Postgres user and group to truenas share, it breaks the access to directory but db work. I manually tried adding both but it’s not working.