Merge branch 'develop' of https://github.com/oceanprotocol/docker-images into secret-store-api-cors-proxy

This commit is contained in:
Jernej Pregelj 2018-11-23 15:52:13 +01:00
commit 3d46574be1
2 changed files with 16 additions and 0 deletions

View File

@ -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)

View File

@ -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: