Skip to content

99linesofcode/docker-ruby

docker-ruby

Docker Ruby is a collection of services and containers intended to be pulled into a project as a submodule or subtree.

Configuration

  1. Run git submodule add https://github.com/99linesofcode/docker-ruby.git docker from your application root;
  2. Copy the docker-compose.yml to the application root;
  3. Configure the environment variables defined in the .env.example file in your .env in the application root;
  4. 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.

Contributing to docker-ruby

Thank you for considering contributing to docker-ruby. Please review our Contribution Guidelines.

Code of Conduct

In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

docker-ruby is open-sourced software licensed under the MIT license

About

Docker containers for Ruby development and deployment

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published