dokku deployment

This commit is contained in:
Florian du Garage Num 2024-01-04 14:57:31 +01:00
parent 3ef7baa4a0
commit a18a70039f
4 changed files with 5 additions and 0 deletions

1
.buildpacks Normal file
View File

@ -0,0 +1 @@
heroku/python

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: mkdocs build && gunicorn -w 4 -b 0.0.0.0:5000 'whitenoise.run:WhiteNoiseApplication("public")'

View File

@ -9,3 +9,5 @@ git+https://github.com/pugong/mkdocs-mermaid-plugin
mkdocs-git-authors-plugin
mkdocs-git-revision-date-plugin
mkdocs-add-number-plugin
gunicorn
whitenoise

1
runtime.txt Normal file
View File

@ -0,0 +1 @@
python-3.11.7