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:
commit
019c8a7106
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user