Raspberry PI compatibility #2361
-
Hello, It would be great if we could deploy Chatwoot on a Raspberry PI. BTW thank you for this project, you're awesome ✌️ |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@ziadsarour Mailhog is only required in development env. Please see the production env here. https://github.com/chatwoot/chatwoot/blob/develop/docker-compose.production.yaml |
Beta Was this translation helpful? Give feedback.
-
Hello @pranavrajs I'm trying to setup chatwoot on a raspberry pi 4 and I have the following errors on various related services
It seems like many dependencies used are not compatible with the Raspberry pi architecture ? EDIT : it also affects the main image(s) used by chatwoot with rails :'( |
Beta Was this translation helpful? Give feedback.
-
I was able to solve the dependencies issues by switching to docker ARM repositories. Unfortunately they do not provide all image tags, so we have to override the tag key and it will need to be updated with each chatwoot release :'(
However the chatwoot docker repo does not seem to have ARM images, so I guess we'll have to build the chatwoot images manually :'( |
Beta Was this translation helpful? Give feedback.
@ziadsarour Mailhog is only required in development env. Please see the production env here. https://github.com/chatwoot/chatwoot/blob/develop/docker-compose.production.yaml