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
- Introduce a DDD template (folder structure)
- Introduce a 'frequently used gems' template
- Introduce arguments for image build / app name