Skip to content

fooramu/docker-rails-quickly

Repository files navigation

スクリーンショット 2023-08-18 10 47 04

docker-rails-quickly

You can check and run Rails7 very quickly.

Let's use to learn to your “Rails" !

Containers

Name Description
db MySQL 8 Health check available (linked to web)
web ruby 3.2.5, Rails 7.2.1 rails new --force --no-deps --database=mysql --minimal

Update history

We will continue to update to the latest version whenever possible.

How it works

git clone git@github.com:fooramu/docker-rails-quickly.git
cd docker-rails-quickly
docker compose build
docker compose up -d
docker compose exec web rails db:create

Goal

image

How to contribute

If you have a more shortly construct ideas, please fork. Thank you for all Rails engineer's.

  1. Fork the repo
  2. Create a new branch
  3. Make your changes
  4. Submit a pull request

License

This project is licensed under the MIT open source license.

About

Easily and quickly start docker rails7.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published