Skip to content

Instantly share code, notes, and snippets.

@Navdevl
Created June 29, 2018 06:23
Show Gist options
  • Select an option

  • Save Navdevl/548b865bae6976760b4ac9e1ef61f0d3 to your computer and use it in GitHub Desktop.

Select an option

Save Navdevl/548b865bae6976760b4ac9e1ef61f0d3 to your computer and use it in GitHub Desktop.
.env for Rails Docker
COMPOSE_PROJECT_NAME=yourprojectname
RAILS_ENV=development|production
SECRET_KEY_BASE=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REDIS_SIDEKIQ_URL=redis://redis:6379/0
REDIS_CABLE_URL=redis://redis:6379/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment