Skip to content

Docker-compose template for Rails stack with postgres, passenger and some base gems

Notifications You must be signed in to change notification settings

roma86/docker-compose-railspassenger-postgres-more-template

Repository files navigation

#Ruby on Rails simple stack

Database: postgres

Application server: Phusion Passenger

####Note:

Stack is configured for an single app

##Usage

  • Install docker
  • Install docker-compose
  • Clone this template
  • Check Gemfile
  • Check Dockerfile
  • Check dockerp-compose.yml
  • Check nginx configs:
    • webapp.conf
    • secret_key.conf
    • gzip_max.conf
    • postgres-env.conf
  • Inside project dir run:
      docker-compose run web
      docker-compose up
      docker-compose run web rake db:create
    

About

Docker-compose template for Rails stack with postgres, passenger and some base gems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published