Change anitya container command
This commit is contained in:
parent
f2b4364b73
commit
d923f07638
2 changed files with 1 additions and 2 deletions
|
@ -62,7 +62,6 @@ items:
|
|||
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-release-monitoring.crt /etc/pki/fedmsg/release-monitoring.crt
|
||||
EXPOSE 8080
|
||||
EXPOSE 9940
|
||||
ENTRYPOINT python3-gunicorn --bind 0.0.0.0:8080 --access-logfile=- anitya.wsgi:application
|
||||
type: Dockerfile
|
||||
strategy:
|
||||
type: Docker
|
||||
|
|
|
@ -41,7 +41,7 @@ items:
|
|||
- name: release-monitoring-web
|
||||
image: release-monitoring/release-monitoring-web:latest
|
||||
command:
|
||||
- python3-gunicorn
|
||||
- gunicorn
|
||||
args:
|
||||
- '--bind 0.0.0.0:8080'
|
||||
- '--access-logfile=-'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue