barge/compose-files/pdr-dfbuyer.yml

22 lines
725 B
YAML
Raw Normal View History

2023-08-03 11:09:49 +02:00
version: "3"
2023-07-18 13:43:24 +02:00
services:
2023-07-26 14:46:26 +02:00
pdr-dfbuyer:
2023-08-03 11:09:49 +02:00
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
command: dfbuyer
2023-07-18 13:43:24 +02:00
networks:
backend:
2023-07-26 14:46:26 +02:00
ipv4_address: 172.15.0.44
2023-07-18 13:43:24 +02:00
environment:
RPC_URL: ${NETWORK_RPC_URL}
SUBGRAPH_URL: http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph
PRIVATE_KEY: "0x1f990f8b013fc5c7955e0f8746f11ded231721b9cf3f99ff06cdc03492b28090"
WAIT_FOR_SUBGRAPH: "true"
WEEKLY_SPEND_LIMIT: 10000
2023-07-26 14:46:26 +02:00
DELAYED_STARTUP: 120
2023-08-03 17:24:25 +02:00
ADDRESS_FILE: /ocean-contracts/artifacts/address.json
2023-07-18 13:43:24 +02:00
depends_on:
- ganache
volumes:
2023-08-03 11:09:49 +02:00
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/