-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
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
Added postgres env data #357
Conversation
Please also add the Database name |
Maybe we're missing a few other environment-variables, too? See #358 and the answers. There seems to be a problem with elasticsearch and/or rake. |
@ggruening Maybe there are. @t3easy I tried to add the DB Name as an Env var, but that didn't work for me. |
I just added this vars a few commits back but they are gone now with the commit for v6 without a comprehensible reason. This commit for v6 seems very breaking to me. |
Thank you, @t3easy, for your feedback. I will look into this after this is being fixed / merged. |
@Finnlife I am trying to setup Zammad via Docker, and I tried to add the vars, just like you did, but I still get the postgres auth error. Do you know if there's anything else that has to be changed in order for this to work? |
You probably need to change the authentication in postgres which is in the file change last line to: |
@AnXh3L0 yeah I had this issue too. |
This issue is not specific to this repository. As such, I have created PR 4735 on the |
@fleverest Thanks for finding that out! 😃 Let's hope your PR gets merged quickly. 😅 |
I would like to see them set in docker-compose.yml + .env because services like the backup override the entrypoint. And it is much clearer how to adjust them. |
You're right, I misunderstood the main issue for this PR |
Please add As a side note, speaking of |
with the most recent update, also zammad-nginx requires the postgres credentials zammad/zammad#4684 |
Actually everyone is invited to test and give feedback, of course! |
…x passing of database credentials to containers * Fix passing of database credentials to containers. * Bump Zammad image version in .env.
Added missing Postgresql connection data in docker-compose.yml
Resolves #356, Resolves #355