Problem Deploying Chatwoot by github
tacg78952
PROOP

a year ago

Good afternoon everyone,

I'm trying to deploy a fork of chatwoot from my github and my deploy is failing to build the image:

I've tryed some solutions that GPT indicate to me as use Costum start command: bundle exec puma -C config/puma.rb

and coment this line on my docker file: RUN git rev-parse HEAD > /app/.git_sha

But it keep failing. My project is the template of chatwoot deploy and I just disconect the docker to switch by the github. Someone can help me to build this image correctly?

Thanks

Attachments

Solved

1 Replies

a year ago

Hi, your build is trying to run actions against the database over the private network, which is not supported.

Please use public networking: https://docs.railway.com/guides/public-networking#tcp-proxying, or preferably a pre-deploy command: https://docs.railway.com/guides/pre-deploy-command


Status changed to Awaiting User Response Railway 11 months ago


Status changed to Solved tacg78952 11 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...