Skip to content

Instantly share code, notes, and snippets.

View BravoNatalie's full-sized avatar
👩‍💻
let's code

Natalie Bravo BravoNatalie

👩‍💻
let's code
View GitHub Profile
@BravoNatalie
BravoNatalie / yml
Last active July 4, 2021 10:37
ConsenSys Quorum Besu - Docker compose
---
version: '3.6'
x-besu-bootnode-def:
&besu-bootnode-def
restart: "on-failure"
image: hyperledger/besu:${BESU_VERSION:-latest}
environment:
- LOG4J_CONFIGURATION_FILE=/config/log-config.xml
entrypoint: