barge/compose-files/pdr-trader.yml

18 lines
533 B
YAML
Raw Normal View History

2023-08-03 11:11:09 +02:00
version: "3"
2023-05-22 09:06:10 +02:00
services:
pdr-trader:
2024-01-16 17:47:55 +01:00
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
2023-12-06 17:32:29 +01:00
command: trader 1 ppss.yaml development
2023-05-22 09:06:10 +02:00
networks:
backend:
ipv4_address: 172.15.0.42
environment:
PRIVATE_KEY: "0x8467415bb2ba7c91084d932276214b11a3dd9bdb2930fefa194b666dd8020b99"
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:
2023-08-03 11:11:09 +02:00
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/