Merge pull request #18 from oceanprotocol/develop

Update versions
This commit is contained in:
Enrique Ruiz 2018-09-07 10:44:23 +02:00 committed by GitHub
commit 74794763cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ services:
- backend - backend
keeper-contracts: keeper-contracts:
image: oceanprotocol/keeper-contracts image: oceanprotocol/keeper-contracts:0.1
ports: ports:
- 8545:8545 - 8545:8545
networks: networks:
@ -60,7 +60,7 @@ services:
- artifacts:/keeper-contracts/artifacts/ - artifacts:/keeper-contracts/artifacts/
provider: provider:
image: oceanprotocol/provider image: oceanprotocol/provider:0.1
ports: ports:
- 5000:5000 - 5000:5000
networks: networks:
@ -71,7 +71,7 @@ services:
- artifacts:/usr/local/contracts/:ro - artifacts:/usr/local/contracts/:ro
pleuston: pleuston:
image: oceanprotocol/pleuston image: oceanprotocol/pleuston:0.1
ports: ports:
- 3000:3000 - 3000:3000
depends_on: depends_on: