dokku deployment
This commit is contained in:
parent
3ef7baa4a0
commit
a18a70039f
1
.buildpacks
Normal file
1
.buildpacks
Normal file
@ -0,0 +1 @@
|
|||||||
|
heroku/python
|
||||||
1
Procfile
Normal file
1
Procfile
Normal file
@ -0,0 +1 @@
|
|||||||
|
web: mkdocs build && gunicorn -w 4 -b 0.0.0.0:5000 'whitenoise.run:WhiteNoiseApplication("public")'
|
||||||
@ -9,3 +9,5 @@ git+https://github.com/pugong/mkdocs-mermaid-plugin
|
|||||||
mkdocs-git-authors-plugin
|
mkdocs-git-authors-plugin
|
||||||
mkdocs-git-revision-date-plugin
|
mkdocs-git-revision-date-plugin
|
||||||
mkdocs-add-number-plugin
|
mkdocs-add-number-plugin
|
||||||
|
gunicorn
|
||||||
|
whitenoise
|
||||||
|
|||||||
1
runtime.txt
Normal file
1
runtime.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
python-3.11.7
|
||||||
Loading…
x
Reference in New Issue
Block a user