1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00
barge/compose-files/pdr-trader.yml
2024-01-16 19:47:55 +03:00

18 lines
533 B
YAML

version: "3"
services:
pdr-trader:
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
command: trader 1 ppss.yaml development
networks:
backend:
ipv4_address: 172.15.0.42
environment:
PRIVATE_KEY: "0x8467415bb2ba7c91084d932276214b11a3dd9bdb2930fefa194b666dd8020b99"
WAIT_FOR_SUBGRAPH: "true"
DELAYED_STARTUP: 120
depends_on:
- ganache
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/