Skip to content

test-ruby/rails_app_with_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample of Ruby on Rails with Docker

This sample code includes

  • Simple TODO Rails application
  • Docker containers
  • PostgreSQL database
  • Rails application with Unicorn
  • Nginx front-end
  • build/run docker Rake script
rake docker:build_app                   # Build Rails application container
rake docker:build_nginx                 # Build Nginx container
rake docker:build_pg                    # Build Postgresql container
rake docker:run_app                     # Run Rails application container
rake docker:run_nginx                   # Run Nginx container
rake docker:run_pg                      # Run Postgresql container

License

MIT License.

About

Sample of Ruby on Rails with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 69.5%
  • HTML 18.4%
  • CSS 5.4%
  • Dockerfile 3.8%
  • JavaScript 1.9%
  • CoffeeScript 0.6%
  • Shell 0.4%