Skip to content

Commit

Permalink
Add commented out geth option
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Apr 17, 2024
1 parent fcee808 commit a44778d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit a44778d

Please sign in to comment.