You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I've tried running ffcrm via docker compose and through Dokku (Heroku-like PaaS), but each time I try to build the web/app container, I run into issues because there is no connection to PostgreSQL when the container is being build, e.g.,
$ docker compose up
[lots of output related to installing apt packages and gems, then ...]
> [web 6/6] RUN bundle exec rails assets:precompile:
3.459 rails aborted!
3.459 ActiveRecord::ConnectionNotEstablished: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory (ActiveRecord::ConnectionNotEstablished)
3.459 Is the server running locally and accepting connections on that socket?
[lots more output due to backtrace]
Just wondering if anybody else has hit this, and if they can suggest a work around?
This discussion was converted from issue #1467 on August 03, 2025 05:13.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi all, I've tried running ffcrm via docker compose and through Dokku (Heroku-like PaaS), but each time I try to build the web/app container, I run into issues because there is no connection to PostgreSQL when the container is being build, e.g.,
Just wondering if anybody else has hit this, and if they can suggest a work around?
Cheers,
Chris
All reactions