mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
4 lines
202 B
Plaintext
4 lines
202 B
Plaintext
PYTHONPATH=/home/superset/superset
|
|
SUPERSET_HOME=/home/superset/superset
|
|
GUNICORN_CMD_ARGS="--workers=4 --threads=4 --timeout=60 --bind=0.0.0.0:8088 --limit-request-line=0 --limit-request-field_size=0"
|