File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ succulent - Collect POST requests easily
8
8
9
9
<p align =" center " >
10
10
<img alt =" PyPI Version " src =" https://img.shields.io/pypi/v/succulent.svg " >
11
+ <img alt =" PyPI - Python Version " src =" https://img.shields.io/pypi/pyversions/succulent.svg " >
11
12
<img alt =" PyPI - Downloads " src =" https://img.shields.io/pypi/dm/succulent.svg " >
12
13
<a href =" https://aur.archlinux.org/packages/python-succulent " >
13
14
<img alt="AUR package" src="https://img.shields.io/aur/version/python-succulent?color=blue&label=Arch%20Linux&logo=arch-linux">
@@ -131,7 +132,6 @@ services:
131
132
- ./configuration.yml:/succulent-app/configuration.yml
132
133
environment :
133
134
- GUNICORN_WORKERS=2
134
- command : gunicorn -b 0.0.0.0:8080 -w 2 -t 120 run:app
135
135
` ` `
136
136
137
137
Next create a ` configuration.yml` file in the root directory. Here's an example of a configuration file:
You can’t perform that action at this time.
0 commit comments