An open API service indexing awesome lists of open source software.

https://github.com/99linesofcode/docker-ruby

Docker containers for Ruby development and deployment
https://github.com/99linesofcode/docker-ruby

Last synced: 5 months ago
JSON representation

Docker containers for Ruby development and deployment

Awesome Lists containing this project

README

          

# 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;
1. Copy the `docker-compose.yml` to the application root;
1. Configure the environment variables defined in the `.env.example` file in your `.env` in the application root;
1. 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](https://github.com/99linesofcode/.github/blob/main/.github/CONTRIBUTING.md).

## Code of Conduct

In order to ensure that the community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/99linesofcode/.github?tab=coc-ov-file).

## Security Vulnerabilities

Please review [our security policy](https://github.com/99linesofcode/.github?tab=security-ov-file) on how to report security vulnerabilities.

## License

docker-ruby is open-sourced software licensed under the [MIT license](https://github.com/99linesofcode/docker-ruby?tab=MIT-1-ov-file)