fixed uwsgi metrics endpoint for tileserver container
This commit is contained in:
parent
9d8fbc808f
commit
702ada35fa
1 changed files with 1 additions and 1 deletions
|
@ -82,5 +82,5 @@ CMD ["/app/env/bin/uwsgi", "--master", \
|
||||||
"--wsgi", "c3nav.tileserver.wsgi", \
|
"--wsgi", "c3nav.tileserver.wsgi", \
|
||||||
"--pythonpath", "/app/src", \
|
"--pythonpath", "/app/src", \
|
||||||
"--enable-threads", "--ignore-sigpipe", "--disable-logging", "--need-app", \
|
"--enable-threads", "--ignore-sigpipe", "--disable-logging", "--need-app", \
|
||||||
"--stats", ":5000", \
|
"--stats", ":5000", "--stats-http", \
|
||||||
"--http", "0.0.0.0:8000"]
|
"--http", "0.0.0.0:8000"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue