File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ ENV GUNICORN_BIND=0.0.0.0:8088 \
51
51
GUNICORN_LIMIT_REQUEST_LINE=4094 \
52
52
GUNICORN_THREADS=4 \
53
53
GUNICORN_TIMEOUT=120 \
54
- GUNICORN_STATSD_HOST=localhost:8125 \
55
54
GUNICORN_WORKERS=10 \
56
55
GUNICORN_WORKER_CLASS=gevent \
57
56
LANG=C.UTF-8 \
@@ -60,7 +59,7 @@ ENV GUNICORN_BIND=0.0.0.0:8088 \
60
59
SUPERSET_REPO=apache/incubator-superset \
61
60
SUPERSET_VERSION=${SUPERSET_VERSION} \
62
61
SUPERSET_HOME=/var/lib/superset
63
- ENV GUNICORN_CMD_ARGS="--bind ${GUNICORN_BIND} --limit-request-field_size ${GUNICORN_LIMIT_REQUEST_FIELD_SIZE} --limit-request-line ${GUNICORN_LIMIT_REQUEST_LINE} --statsd-host ${GUNICORN_STATSD_HOST} -- threads ${GUNICORN_THREADS} --timeout ${GUNICORN_TIMEOUT} --workers ${GUNICORN_WORKERS} --worker-class ${GUNICORN_WORKER_CLASS}"
62
+ ENV GUNICORN_CMD_ARGS="--bind ${GUNICORN_BIND} --limit-request-field_size ${GUNICORN_LIMIT_REQUEST_FIELD_SIZE} --limit-request-line ${GUNICORN_LIMIT_REQUEST_LINE} --threads ${GUNICORN_THREADS} --timeout ${GUNICORN_TIMEOUT} --workers ${GUNICORN_WORKERS} --worker-class ${GUNICORN_WORKER_CLASS}"
64
63
65
64
# Create superset user & install dependencies
66
65
WORKDIR /tmp/superset
You can’t perform that action at this time.
0 commit comments