mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
Update predictoor
This commit is contained in:
parent
548901870d
commit
f94fcf5f82
@ -1,7 +1,8 @@
|
|||||||
version: '3'
|
version: "3"
|
||||||
services:
|
services:
|
||||||
pdr-predictoor1:
|
pdr-predictoor1:
|
||||||
image: oceanprotocol/pdr-predictoor:${PDR_PREDICTOOR_VERSION:-latest}
|
image: oceanprotocol/pdr-predictoor:${PDR_BACKEND_VERSION:-latest}
|
||||||
|
command: predictoor
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.41
|
ipv4_address: 172.15.0.41
|
||||||
@ -14,10 +15,11 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
||||||
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
||||||
pdr-predictoor2:
|
pdr-predictoor2:
|
||||||
image: oceanprotocol/pdr-predictoor:${PDR_PREDICTOOR_VERSION:-latest}
|
image: oceanprotocol/pdr-predictoor:${PDR_BACKEND_VERSION:-latest}
|
||||||
|
command: predictoor
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.45
|
ipv4_address: 172.15.0.45
|
||||||
@ -30,10 +32,11 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
||||||
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
||||||
pdr-predictoor3:
|
pdr-predictoor3:
|
||||||
image: oceanprotocol/pdr-predictoor:${PDR_PREDICTOOR_VERSION:-latest}
|
image: oceanprotocol/pdr-predictoor:${PDR_BACKEND_VERSION:-latest}
|
||||||
|
command: predictoor
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.46
|
ipv4_address: 172.15.0.46
|
||||||
@ -46,5 +49,5 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
||||||
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
||||||
|
Loading…
Reference in New Issue
Block a user