mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Merge branch 'develop' of https://github.com/oceanprotocol/docker-images into secret-store-api-cors-proxy
This commit is contained in:
commit
3d46574be1
@ -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)
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user