Heroku/Dokku buildpack support

This commit is contained in:
Tyler Kennedy 2022-11-27 12:56:37 -05:00 committed by GitHub
parent bc54e1856c
commit 9d634c993f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 0 deletions

2
.buildpacks Normal file
View file

@ -0,0 +1,2 @@
heroku-community/apt
heroku/python

6
Aptfile Normal file
View file

@ -0,0 +1,6 @@
build-essential
libpq-dev
libxml2-dev
libxslt1-dev
zlib1g-dev
python3-dev

2
Procfile Normal file
View file

@ -0,0 +1,2 @@
web: gunicorn takahe.wsgi:application --workers 8
worker: python manage.py runstator

1
runtime.txt Normal file
View file

@ -0,0 +1 @@
python-3.11.0