bodhi: fix the gunicorn command in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
9877e10272
commit
da405d3326
1 changed files with 3 additions and 2 deletions
|
@ -58,10 +58,11 @@ items:
|
|||
containers:
|
||||
- name: bodhi-web
|
||||
image: bodhi-base:latest
|
||||
command: ["bash"]
|
||||
{% if env == "staging" %}
|
||||
args: ["gunicorn", "--paste", "/etc/bodhi/production.ini"]
|
||||
command: ["gunicorn"]
|
||||
args: ["--paste", "/etc/bodhi/production.ini", "-b", "0.0.0.0:8080", "-w", "4"]
|
||||
{% else %}
|
||||
command: ["bash"]
|
||||
args: ["/etc/bodhi/start.sh"]
|
||||
{% endif %}
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue