Heroku/Dokku buildpack support
This commit is contained in:
parent
bc54e1856c
commit
9d634c993f
2
.buildpacks
Normal file
2
.buildpacks
Normal file
@ -0,0 +1,2 @@
|
||||
heroku-community/apt
|
||||
heroku/python
|
6
Aptfile
Normal file
6
Aptfile
Normal file
@ -0,0 +1,6 @@
|
||||
build-essential
|
||||
libpq-dev
|
||||
libxml2-dev
|
||||
libxslt1-dev
|
||||
zlib1g-dev
|
||||
python3-dev
|
2
Procfile
Normal file
2
Procfile
Normal file
@ -0,0 +1,2 @@
|
||||
web: gunicorn takahe.wsgi:application --workers 8
|
||||
worker: python manage.py runstator
|
1
runtime.txt
Normal file
1
runtime.txt
Normal file
@ -0,0 +1 @@
|
||||
python-3.11.0
|
Reference in New Issue
Block a user