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
|
- name: release-monitoring-web
|
||||||
image: release-monitoring/release-monitoring-web:latest
|
image: release-monitoring/release-monitoring-web:latest
|
||||||
command:
|
command:
|
||||||
- gunicorn
|
- gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application
|
||||||
args:
|
|
||||||
- '--bind 0.0.0.0:8080'
|
|
||||||
- '--access-logfile=-'
|
|
||||||
- 'anitya.wsgi:application'
|
|
||||||
env:
|
env:
|
||||||
- name: USER
|
- name: USER
|
||||||
value: anitya
|
value: anitya
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue