mirror of
https://github.com/status-im/spiffworkflow-connector.git
synced 2025-02-22 11:38:17 +00:00
Merge branch 'main' of github.com:sartography/connector-proxy-status-im
This commit is contained in:
commit
6db61325e7
@ -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"]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user