Add healthcheck endpoint for web (#11770)
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- app/controllers/application_controller.rb 1 addition, 1 deletionapp/controllers/application_controller.rb
- config/initializers/health_check.rb 6 additions, 0 deletionsconfig/initializers/health_check.rb
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
- docker-compose.yml 2 additions, 2 deletionsdocker-compose.yml
... | @@ -50,6 +50,7 @@ gem 'fastimage' | ... | @@ -50,6 +50,7 @@ gem 'fastimage' |
gem 'goldfinger', '~> 2.1' | gem 'goldfinger', '~> 2.1' | ||
gem 'hiredis', '~> 0.6' | gem 'hiredis', '~> 0.6' | ||
gem 'redis-namespace', '~> 1.5' | gem 'redis-namespace', '~> 1.5' | ||
gem 'health_check', '~> 3.0' | |||
gem 'htmlentities', '~> 4.3' | gem 'htmlentities', '~> 4.3' | ||
gem 'http', '~> 3.3' | gem 'http', '~> 3.3' | ||
gem 'http_accept_language', '~> 2.1' | gem 'http_accept_language', '~> 2.1' | ||
... | ... |
config/initializers/health_check.rb
0 → 100644
Please register or sign in to comment