My CMS for my website.
This won't work out of the box for anyone else, but you're welcome to take a look at the code to see how it works.
- Docker
- PostgreSQL database
The following environment variables are required:
SECRET_KEY_BASE=
PGHOST=
PGUSER=
PGPASSWORD=
DATABASE=
SOLID_QUEUE_IN_PUMA=1
Use the provided Dockerfile to build and deploy the application.
For data persistence, you need to mount the following directories:
/rails/storage
: For storing uploaded files and assets/rails/public
: For serving static files