mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-05 15:09:32 +00:00
Heroku/Dokku buildpack support
This commit is contained in:
parent
bc54e1856c
commit
9d634c993f
4 changed files with 11 additions and 0 deletions
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
|
Loading…
Reference in a new issue