Replies: 3 comments 9 replies
-
I am successfully running DB, redis and app server in a single instance. The steps were:
If you have run setup before, you can |
Beta Was this translation helpful? Give feedback.
-
Seems that you need to specify the database host by ip (127.0.0.1) instead of (localhost) to avoid it trying to connect via unix sockets (files) |
Beta Was this translation helpful? Give feedback.
-
Thanks everyone for your help. Turns out my issue was that I didn't have my database.yml set correctly:
.env
|
Beta Was this translation helpful? Give feedback.
-
I want to deploy my application to a single Digital Ocean Droplet (database & app on one droplet). I'm following the Deploy Rails app and Postgres with Kamal(previously MRSK) on single DigitalOcean server but I get the following error:
deploy.yml:
Dockerfile
Would anyone have any suggestions on getting this to work? I wonder if I need to install the database on the server manually.
Beta Was this translation helpful? Give feedback.
All reactions