Difficult to install with docker - On plesk #8823
Replies: 3 comments
-
I guess theres really no support here with solutions. I fixed the issue myself. You will need to customize the docker-compose.yaml file and remove redis and postgresql. Youll need to enter the correct local docker ip as the hostname (for me it was 172.17.0.1 for both redis and postgresql) When you install the docker and all containers as the tutorial says, you only need the RAILS one that it generates. I got the software to work, but now my issue is emails are not working for "recover password" for users. No matter what settings I enter in the .env for SSL / TLS , address etc, it doesnt work. When it did go through and confirm on the GUI that the email was sent, nothing comes into my inbox or goes through postfix. Tried all kinds of combinations, but I see that the emails stay stuck in Sidekiq, which leaves it in the enqueued area. Not sure what to do and it seems others are having this issue and labeling it a bug. |
Beta Was this translation helpful? Give feedback.
-
@amaljosea please follow the instructions to debug issues with email : https://www.chatwoot.com/docs/self-hosted/faq#how-to-debug-smtp-email-errors-in-chatwoot We recommend using a provider like sendgrid, mailgun or ses |
Beta Was this translation helpful? Give feedback.
-
Hello Thanks for the response. I've did the .env configuration and it still doesn't work. I also tried postmark with api keys. It doesn't work either. It seemse Sidekiq is just not responsive somehow. |
Beta Was this translation helpful? Give feedback.
-
Hey guys,
I followed the instructions to the T and still cannot get chatwoot to work for docker. I have redis and postgresql on my plesk server outside of docker and modified the docker-compose.yaml files to only install sidekiq and rails. Even though it connects to postgresql and redis, here are the errors Im getting for each container:
Chatwoot
Rails
Sidekiq
Been trying this for 8+ hours and cant get it to work. Any insight?
Beta Was this translation helpful? Give feedback.
All reactions