Sha256: b5c2204ea6ac98965305a637979cf2cf33870b871905da19291b568576295a85
Contents?: true
Size: 1 KB
Versions: 3
Compression:
Stored size: 1 KB
Contents
# ErrorAgency::Docker A Rails generator to add docker configurations to your application. ## Installation Add this line to your application's Gemfile: ```ruby gem 'error_agency-docker' ``` And then execute: $ bundle Or install it yourself as: $ gem install error_agency-docker ## Usage ### Development Environment Run `rails g error_agency:docker:development_environment` to set up docker configs for development. The following optional switches add more containers or change behaviour: `--elasticsearch` - add an elasticsearch container `--elasticsearch-version` - defaults to 6.2.4 `--headless-chrome` - add a headless chrome container for selenium tests `--mysql-version` - defaults to 5.6 `--ruby-version` - defaults to 6.2.5 Requires Rails 5 or 6. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/errorstudio/error_agency-docker. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
error_agency-docker-0.1.2 | README.md |
error_agency-docker-0.1.1 | README.md |
error_agency-docker-0.1.0 | README.md |