Merge pull request #20 from oceanprotocol/feature/version_configurable

Feature/version configurable
This commit is contained in:
Javier Cortejoso 2018-09-11 10:49:01 +02:00 committed by GitHub
commit 019c8a7106
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:0.1 image: oceanprotocol/keeper-contracts:${OCEAN_VERSION:-stable}
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:0.1 image: oceanprotocol/provider:${OCEAN_VERSION:-stable}
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:0.1 image: oceanprotocol/pleuston:${OCEAN_VERSION:-stable}
ports: ports:
- 3000:3000 - 3000:3000
depends_on: depends_on: