Spin up fast a plug & play containerized dev enviroment
with Rails 7-alpha2, esbuild, tailwindcss & postgresql
git clone https://github.com/pskarlas/fast_rails_7.git
docker-compose build
docker-compose run --no-deps --rm web script/new
During this step
- choose to overwite Gemfile
- choose to not overwrite database.yml (it holds a configuration based on DB container config)
docker-compose up