mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
Update dfbuyer
This commit is contained in:
parent
b3e205b274
commit
548901870d
@ -1,7 +1,8 @@
|
|||||||
version: '3'
|
version: "3"
|
||||||
services:
|
services:
|
||||||
pdr-dfbuyer:
|
pdr-dfbuyer:
|
||||||
image: oceanprotocol/pdr-dfbuyer:${PDR_DFBUYER_VERSION:-latest}
|
image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
|
||||||
|
command: dfbuyer
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.44
|
ipv4_address: 172.15.0.44
|
||||||
@ -15,5 +16,5 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- ganache
|
- ganache
|
||||||
volumes:
|
volumes:
|
||||||
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
||||||
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
- ${OCEAN_SUBGRAPH_FOLDER}:/ocean-subgraph/
|
||||||
|
Loading…
Reference in New Issue
Block a user