Another try with command

This commit is contained in:
Michal Konečný 2018-11-28 11:19:17 +01:00
parent 90b24622a6
commit f476041493

View file

@ -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