1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

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

View File

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