Merge branch 'main' of github.com:sartography/connector-proxy-status-im

This commit is contained in:
jasquat 2023-02-13 14:52:04 -05:00
commit 6db61325e7
2 changed files with 2 additions and 2 deletions

View File

@ -32,4 +32,4 @@ RUN set -xe \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
CMD ./bin/boot_server_in_docker
ENTRYPOINT ["/app/bin/boot_server_in_docker"]

View File

@ -16,4 +16,4 @@ workers=3
# THIS MUST BE THE LAST COMMAND!
# default --limit-request-line is 4094. see https://stackoverflow.com/a/66688382/6090676
exec poetry run gunicorn --bind "0.0.0.0:$port" --workers="$workers" --limit-request-line 8192 --timeout 90 --capture-output --access-logfile '-' --log-level debug app:app
exec poetry run gunicorn --bind "0.0.0.0:$port" --workers="$workers" --limit-request-line 8192 --timeout 90 --capture-output --access-logfile '-' --log-level "$@" debug app:app