mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
change rest of pdr*.yml files
This commit is contained in:
parent
9ca966cb2f
commit
f22e1564cd
@ -2,18 +2,15 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
pdr-dfbuyer:
|
pdr-dfbuyer:
|
||||||
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
||||||
command: dfbuyer
|
command: dfbuyer ppss.yaml development
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.44
|
ipv4_address: 172.15.0.44
|
||||||
environment:
|
environment:
|
||||||
RPC_URL: ${NETWORK_RPC_URL}
|
|
||||||
SUBGRAPH_URL: http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph
|
|
||||||
PRIVATE_KEY: "0x1f990f8b013fc5c7955e0f8746f11ded231721b9cf3f99ff06cdc03492b28090"
|
PRIVATE_KEY: "0x1f990f8b013fc5c7955e0f8746f11ded231721b9cf3f99ff06cdc03492b28090"
|
||||||
WAIT_FOR_SUBGRAPH: "true"
|
WAIT_FOR_SUBGRAPH: "true"
|
||||||
WEEKLY_SPEND_LIMIT: 10000
|
WEEKLY_SPEND_LIMIT: 10000
|
||||||
DELAYED_STARTUP: 120
|
DELAYED_STARTUP: 120
|
||||||
ADDRESS_FILE: /ocean-contracts/artifacts/address.json
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -2,17 +2,14 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
pdr-predictoor1:
|
pdr-predictoor1:
|
||||||
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
||||||
command: predictoor
|
command: predictoor 1 ppss.yaml development
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.41
|
ipv4_address: 172.15.0.41
|
||||||
environment:
|
environment:
|
||||||
RPC_URL: ${NETWORK_RPC_URL}
|
|
||||||
SUBGRAPH_URL: http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph
|
|
||||||
PRIVATE_KEY: "0xef4b441145c1d0f3b4bc6d61d29f5c6e502359481152f869247c7a4244d45209"
|
PRIVATE_KEY: "0xef4b441145c1d0f3b4bc6d61d29f5c6e502359481152f869247c7a4244d45209"
|
||||||
WAIT_FOR_SUBGRAPH: "true"
|
WAIT_FOR_SUBGRAPH: "true"
|
||||||
DELAYED_STARTUP: 120
|
DELAYED_STARTUP: 120
|
||||||
ADDRESS_FILE: /ocean-contracts/artifacts/address.json
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
@ -20,17 +17,13 @@ services:
|
|||||||
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
||||||
pdr-predictoor2:
|
pdr-predictoor2:
|
||||||
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
||||||
command: predictoor
|
command: predictoor 3 ppss.yaml development
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.45
|
ipv4_address: 172.15.0.45
|
||||||
environment:
|
environment:
|
||||||
RPC_URL: ${NETWORK_RPC_URL}
|
|
||||||
SUBGRAPH_URL: http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph
|
|
||||||
PRIVATE_KEY: "0x4ed947ad7e139926e31a6442d55b2e99d141f97f46151a8769d57f514f3db868"
|
|
||||||
WAIT_FOR_SUBGRAPH: "true"
|
WAIT_FOR_SUBGRAPH: "true"
|
||||||
DELAYED_STARTUP: 120
|
DELAYED_STARTUP: 120
|
||||||
ADDRESS_FILE: /ocean-contracts/artifacts/address.json
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
@ -43,12 +36,9 @@ services:
|
|||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.46
|
ipv4_address: 172.15.0.46
|
||||||
environment:
|
environment:
|
||||||
RPC_URL: ${NETWORK_RPC_URL}
|
|
||||||
SUBGRAPH_URL: http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph
|
|
||||||
PRIVATE_KEY: "0xa50c16d96ed01ac8f967b77b01b1fa94f751c4c600b564fd770e239ebd7d869d"
|
PRIVATE_KEY: "0xa50c16d96ed01ac8f967b77b01b1fa94f751c4c600b564fd770e239ebd7d869d"
|
||||||
WAIT_FOR_SUBGRAPH: "true"
|
WAIT_FOR_SUBGRAPH: "true"
|
||||||
DELAYED_STARTUP: 120
|
DELAYED_STARTUP: 120
|
||||||
ADDRESS_FILE: /ocean-contracts/artifacts/address.json
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -2,17 +2,14 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
pdr-trader:
|
pdr-trader:
|
||||||
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
||||||
command: trader
|
command: trader 1 ppss.yaml development
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.42
|
ipv4_address: 172.15.0.42
|
||||||
environment:
|
environment:
|
||||||
RPC_URL: ${NETWORK_RPC_URL}
|
|
||||||
SUBGRAPH_URL: http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph
|
|
||||||
PRIVATE_KEY: "0x8467415bb2ba7c91084d932276214b11a3dd9bdb2930fefa194b666dd8020b99"
|
PRIVATE_KEY: "0x8467415bb2ba7c91084d932276214b11a3dd9bdb2930fefa194b666dd8020b99"
|
||||||
WAIT_FOR_SUBGRAPH: "true"
|
WAIT_FOR_SUBGRAPH: "true"
|
||||||
DELAYED_STARTUP: 120
|
DELAYED_STARTUP: 120
|
||||||
ADDRESS_FILE: /ocean-contracts/artifacts/address.json
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -2,17 +2,14 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
pdr-trueval:
|
pdr-trueval:
|
||||||
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
||||||
command: trueval
|
command: trueval ppss.yaml development
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.40
|
ipv4_address: 172.15.0.40
|
||||||
environment:
|
environment:
|
||||||
RPC_URL: ${NETWORK_RPC_URL}
|
|
||||||
SUBGRAPH_URL: http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph
|
|
||||||
PRIVATE_KEY: "0xc594c6e5def4bab63ac29eed19a134c130388f74f019bc74b8f4389df2837a58"
|
PRIVATE_KEY: "0xc594c6e5def4bab63ac29eed19a134c130388f74f019bc74b8f4389df2837a58"
|
||||||
WAIT_FOR_SUBGRAPH: "true"
|
WAIT_FOR_SUBGRAPH: "true"
|
||||||
DELAYED_STARTUP: 120
|
DELAYED_STARTUP: 120
|
||||||
ADDRESS_FILE: /ocean-contracts/artifacts/address.json
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user