Docker Ruby is a collection of services and containers intended to be pulled into a project as a submodule or subtree.
- Run
git submodule add https://github.com/99linesofcode/docker-ruby.git docker
from your application root; - Copy the
docker-compose.yml
to the application root; - Configure the environment variables defined in the
.env.example
file in your.env
in the application root; - Run
docker compose up -d
to spin up your development environment.
Almost all the relevant configuration is done in/from the docker-compose.yml
file.
Thank you for considering contributing to docker-ruby. Please review our Contribution Guidelines.
In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
docker-ruby is open-sourced software licensed under the MIT license