Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add heroku app.json for one-click deployment #34

Open
Alir3z4 opened this issue May 22, 2018 · 0 comments
Open

Add heroku app.json for one-click deployment #34

Alir3z4 opened this issue May 22, 2018 · 0 comments
Assignees
Labels

Comments

@Alir3z4
Copy link
Member

Alir3z4 commented May 22, 2018

This will be very helpful for others to try it quick.

Requirements

Following are requirements for making the one-click deployment app.

Buildpacks

Addons

  • Papertrail:chocklad
  • Heroku PostgreSQL - Hobby Dev
  • Redis Cloud [30 MB]

Environment Variables

  • AUTO_MIGRATE: True
  • DJANGO_SECRET_KEY: tosomerandomkey
  • PGBOUNCER_MAX_CLIENT_CONN: 19

Note: we set PGBOUNCER_MAX_CLIENT_CONN to 19 because Heroku free PostgreSQL database instance is limited to 20 concurrent connections.

@Alir3z4 Alir3z4 self-assigned this May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant