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
- Host: GitHub
- URL: https://github.com/99linesofcode/docker-ruby
- Owner: 99linesofcode
- License: mit
- Created: 2025-06-04T10:50:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T17:20:02.000Z (about 1 year ago)
- Last Synced: 2025-06-23T18:23:17.157Z (about 1 year ago)
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)