Another try with command
This commit is contained in:
parent
90b24622a6
commit
f476041493
1 changed files with 1 additions and 5 deletions
|
@ -41,11 +41,7 @@ items:
|
|||
- name: release-monitoring-web
|
||||
image: release-monitoring/release-monitoring-web:latest
|
||||
command:
|
||||
- gunicorn
|
||||
args:
|
||||
- '--bind 0.0.0.0:8080'
|
||||
- '--access-logfile=-'
|
||||
- 'anitya.wsgi:application'
|
||||
- gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application
|
||||
env:
|
||||
- name: USER
|
||||
value: anitya
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue