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:
|
||||
pdr-predictoor1:
|
||||
image: oceanprotocol/pdr-predictoor:${PDR_PREDICTOOR_VERSION:-latest}
|
||||
image: oceanprotocol/pdr-predictoor:${PDR_BACKEND_VERSION:-latest}
|
||||
command: predictoor
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.15.0.41
|
||||
@ -17,7 +18,8 @@ services:
|
||||
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
||||
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
||||
pdr-predictoor2:
|
||||
image: oceanprotocol/pdr-predictoor:${PDR_PREDICTOOR_VERSION:-latest}
|
||||
image: oceanprotocol/pdr-predictoor:${PDR_BACKEND_VERSION:-latest}
|
||||
command: predictoor
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.15.0.45
|
||||
@ -33,7 +35,8 @@ services:
|
||||
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
||||
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
||||
pdr-predictoor3:
|
||||
image: oceanprotocol/pdr-predictoor:${PDR_PREDICTOOR_VERSION:-latest}
|
||||
image: oceanprotocol/pdr-predictoor:${PDR_BACKEND_VERSION:-latest}
|
||||
command: predictoor
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.15.0.46
|
||||
|
Loading…
Reference in New Issue
Block a user