diff --git a/README.md b/README.md index c0a3ac8..739d467 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [Script Options](#script-options) - [Ocean Protocol components](#ocean-protocol-components) - [Environment Variables](#environment-variables) + - [Parity Client Accounts](#parity-client-accounts) - [Contributing](#contributing) - [License](#license) diff --git a/docker-compose-local-parity-node.yml b/docker-compose-local-parity-node.yml index 36bf3a5..ea64ba5 100644 --- a/docker-compose-local-parity-node.yml +++ b/docker-compose-local-parity-node.yml @@ -103,6 +103,21 @@ services: volumes: - ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro + brizo: + image: oceanprotocol/brizo:${OCEAN_VERSION:-stable} + ports: + - 8030:8030 + networks: + backend: + ipv4_address: 172.15.0.16 + depends_on: + - keeper-contracts + environment: + KEEPER_URL: http://keeper-contracts:8545 + LOCAL_CONTRACTS: "true" + KEEPER_NETWORK_NAME: ${KEEPER_NETWORK_NAME} + volumes: + - ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro networks: backend: