Deploying an Application - Dokku Documentation

PHOTO EMBED

Fri May 12 2023 19:28:46 GMT+0000 (Coordinated Universal Time)

Saved by @mybusybeeadmin

# on the Dokku host
# install the postgres plugin
# plugin installation requires root, hence the user change
sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git

# create a postgres service with the name railsdatabase
dokku postgres:create railsdatabase
content_copyCOPY

https://dokku.com/docs/deployment/application-deployment/