https://github.com/ganchdev/rack-hello-host
Mini rack app in an HTTP webserver
https://github.com/ganchdev/rack-hello-host
Last synced: over 1 year ago
JSON representation
Mini rack app in an HTTP webserver
- Host: GitHub
- URL: https://github.com/ganchdev/rack-hello-host
- Owner: ganchdev
- Created: 2023-01-29T22:27:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T18:41:16.000Z (over 3 years ago)
- Last Synced: 2025-01-21T17:48:45.203Z (over 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Host
Mini rack app in an HTTP webserver to test load balancers - GET / requests return "Hello from hostname". By default puma runs on port `9292` and it can be configured to listen on whatever port you'd like by passing a `-p` parameter when running the container.
`docker run -p 3000:9292 ghcr.io/naft-a/rack-hello-host:latest bundle exec puma -C puma.rb`