Skip to content

A bare-bones Dockerised Rails app with Bootstrap installed via importmaps (no Node!)

Notifications You must be signed in to change notification settings

BWherryImpero/skeleton_app

Repository files navigation

README

As minimal as possible Rails stack in Docker

Tried to avoid any sort of js or css bundling and just using importmaps to use Bootstrap, following this guide.

Sadly, NodeJS is still required on the application server, because bootsnap.

Use

Copy example.env to .env and edit your CONTAINER_* values to reflect your system user values.

Create your database with docker compose run --rm web bundle exec rails db:reset

Then run: docker compose up.

Your application should be available at: http://localhost:8000 Your Postgresql database will be available at: host: localhost port: 5433 db: skeleton_app_development user: skeleton_admin password: womble

About

A bare-bones Dockerised Rails app with Bootstrap installed via importmaps (no Node!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published