mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-10-31 23:55:18 +01:00
18 lines
485 B
YAML
18 lines
485 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
pdr-publisher:
|
||
|
image: oceanprotocol/pdr-publisher:${PDR_PUBLISHER_VERSION:-latest}
|
||
|
networks:
|
||
|
backend:
|
||
|
ipv4_address: 172.15.0.43
|
||
|
depends_on:
|
||
|
- ocean-contracts
|
||
|
environment:
|
||
|
RPC_URL: ${NETWORK_RPC_URL}
|
||
|
ADDRESS_FILE: /root/.ocean/ocean-contracts/artifacts/address.json
|
||
|
WAIT_FOR_CONTRACTS: "true"
|
||
|
depends_on:
|
||
|
- ganache
|
||
|
volumes:
|
||
|
- ${OCEAN_ARTIFACTS_FOLDER}:/root/.ocean/ocean-contracts/artifacts
|