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

Update predictoor

This commit is contained in:
trizin 2023-08-03 12:09:55 +03:00 committed by GitHub
parent 548901870d
commit f94fcf5f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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