Skip to content

Commit

Permalink
Updating the verbose 0.1.5 query-gateway
Browse files Browse the repository at this point in the history
	modified:   docker-compose.yml
  • Loading branch information
abernatskiy committed Oct 3, 2023
1 parent dd49070 commit 30f074b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
# command: ["postgres", "-c", "log_statement=all"]
shm_size: 1gb
query-gateway:
image: subsquid/query-gateway:0.1.4
image: subsquid/query-gateway:0.1.5
environment:
BOOTSTRAP: "true"
HTTP_LISTEN_ADDR: 0.0.0.0:8000
Expand All @@ -22,6 +22,7 @@ services:
RPC_URL: https://arbitrum-goerli.blockpi.network/v1/rpc/public
KEY_PATH: /query-gateway/keys/singleProc.key
CONFIG_PATH: /query-gateway/config/gateway-config.yml
RUST_LOG: info,query_gateway=debug,ethers_providers=warn
volumes:
- ./query-gateway:/query-gateway
ports:
Expand Down

0 comments on commit 30f074b

Please sign in to comment.