.gitignore .rspec .rubocop.yml .strong_versions.yml .travis.yml Gemfile LICENSE MANIFEST Makefile README.md Rakefile bin/console bin/rspec bin/rubocop bin/setup bin/strong_versions config/locales/en.yml lib/Rakefile lib/orchestration.rb lib/orchestration/docker_compose.rb lib/orchestration/docker_compose/app_service.rb lib/orchestration/docker_compose/compose_configuration.rb lib/orchestration/docker_compose/configuration.rb lib/orchestration/docker_compose/database_service.rb lib/orchestration/docker_compose/install_generator.rb lib/orchestration/docker_compose/mongo_service.rb lib/orchestration/docker_compose/rabbitmq_service.rb lib/orchestration/environment.rb lib/orchestration/errors.rb lib/orchestration/file_helpers.rb lib/orchestration/install_generator.rb lib/orchestration/railtie.rb lib/orchestration/service_check.rb lib/orchestration/services.rb lib/orchestration/services/app.rb lib/orchestration/services/app/configuration.rb lib/orchestration/services/app/healthcheck.rb lib/orchestration/services/database.rb lib/orchestration/services/database/adapters.rb lib/orchestration/services/database/adapters/mysql2.rb lib/orchestration/services/database/adapters/postgresql.rb lib/orchestration/services/database/adapters/sqlite3.rb lib/orchestration/services/database/configuration.rb lib/orchestration/services/database/healthcheck.rb lib/orchestration/services/listener.rb lib/orchestration/services/listener/configuration.rb lib/orchestration/services/listener/healthcheck.rb lib/orchestration/services/mixins/configuration_base.rb lib/orchestration/services/mixins/healthcheck_base.rb lib/orchestration/services/mixins/http_healthcheck.rb lib/orchestration/services/mongo.rb lib/orchestration/services/mongo/configuration.rb lib/orchestration/services/mongo/healthcheck.rb lib/orchestration/services/rabbitmq.rb lib/orchestration/services/rabbitmq/configuration.rb lib/orchestration/services/rabbitmq/healthcheck.rb lib/orchestration/settings.rb lib/orchestration/templates/Dockerfile.erb lib/orchestration/templates/application.mk.erb lib/orchestration/templates/database.yml.erb lib/orchestration/templates/deploy.mk.erb lib/orchestration/templates/docker-compose.override.yml.erb lib/orchestration/templates/entrypoint.sh.erb lib/orchestration/templates/env.erb lib/orchestration/templates/healthcheck.rb.erb lib/orchestration/templates/makefile_macros.mk.erb lib/orchestration/templates/mongoid.yml.erb lib/orchestration/templates/orchestration.mk.erb lib/orchestration/templates/puma.rb.erb lib/orchestration/templates/rabbitmq.yml.erb lib/orchestration/templates/unicorn.rb.erb lib/orchestration/templates/yaml.bash.erb lib/orchestration/terminal.rb lib/orchestration/version.rb lib/tasks/orchestration.rake orchestration.gemspec