barge/compose-files/pdr-trueval.yml

19 lines
608 B
YAML
Raw Normal View History

2023-05-22 09:06:10 +02:00
version: '3'
services:
pdr-trueval:
image: oceanprotocol/pdr-trueval:${PDR_TRUEVAL_VERSION:-latest}
networks:
backend:
ipv4_address: 172.15.0.40
environment:
RPC_URL: ${NETWORK_RPC_URL}
SUBGRAPH_URL: http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph
PRIVATE_KEY: "0xc594c6e5def4bab63ac29eed19a134c130388f74f019bc74b8f4389df2837a58"
WAIT_FOR_SUBGRAPH: "true"
2023-07-26 14:46:26 +02:00
DELAYED_STARTUP: 120
2023-05-22 09:06:10 +02:00
depends_on:
- ganache
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
2023-07-26 14:46:26 +02:00
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/