Merge pull request 'config: add configurable RPC timeout for Ponder stability' (#90) from config/ponder-rpc-timeout into master
Reviewed-on: https://codeberg.org/johba/harb/pulls/90
This commit is contained in:
commit
9852e55d40
2 changed files with 2 additions and 0 deletions
|
|
@ -88,5 +88,6 @@ fi
|
|||
export CHOKIDAR_USEPOLLING=${CHOKIDAR_USEPOLLING:-1}
|
||||
export HOST=0.0.0.0
|
||||
export PORT=${PORT:-42069}
|
||||
export PONDER_RPC_TIMEOUT=${PONDER_RPC_TIMEOUT:-20000}
|
||||
|
||||
exec npm run dev
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@ services:
|
|||
environment:
|
||||
- CHOKIDAR_USEPOLLING=1
|
||||
- GIT_BRANCH=${GIT_BRANCH:-}
|
||||
- PONDER_RPC_TIMEOUT=${PONDER_RPC_TIMEOUT:-20000}
|
||||
expose:
|
||||
- "42069"
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue