This commit is contained in:
squidbear
2025-03-24 12:44:02 +01:00
parent 68a3179e6c
commit 1f941ca26c

View File

@@ -20,12 +20,14 @@ services:
"--ws", "--ws",
"--ws.port=8545", "--ws.port=8545",
"--ws.addr=0.0.0.0", "--ws.addr=0.0.0.0",
"--ws.origins=*",
"--ws.api=eth,net,web3",
# Enable the HTTP-RPC server # Enable the HTTP-RPC server
"--http", "--http",
"--http.port=8545", "--http.port=8545",
"--http.addr=0.0.0.0", "--http.addr=0.0.0.0",
"--http.vhosts=*", "--http.vhosts=*",
# Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well. # Enable GraphQL on the HTTP-RPC server. Note that GraphQL can only be started if an HTTP server is started as well.
"--graphql", "--graphql",
"--graphql.vhosts=*", "--graphql.vhosts=*",
# Enable metrics collection and reporting # Enable metrics collection and reporting