From a44778d90cf93d229801eb396b1590791601b572 Mon Sep 17 00:00:00 2001 From: Dzejkop Date: Wed, 17 Apr 2024 11:10:15 +0200 Subject: [PATCH] Add commented out geth option --- compose.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/compose.yml b/compose.yml index 542f069..16f640e 100644 --- a/compose.yml +++ b/compose.yml @@ -43,3 +43,28 @@ services: - "8545:8545" command: ["anvil --block-time 2 --host 0.0.0.0"] + # blockchain: + # image: ethereum/client-go:alltools-stable + # hostname: blockchain + # command: > + # geth --datadir /root/datadir --dev --http --ws + # --http.api eth,web3,net,debug + # --http.addr "0.0.0.0" + # --ws.addr "0.0.0.0" + # --ws.port 8545 + # --http.vhosts "*" + # --http.corsdomain "https://remix.ethereum.org" + # --rpc.gascap 0 + # --rpc.txfeecap 0 + # --vmdebug + # volumes: + # - geth_datadir:/root/datadir + # ports: + # - "30303:30303" + # - "8545:8545" + # stdin_open: true + # tty: true + # restart: unless-stopped + +# volumes: +# geth_datadir: \ No newline at end of file