1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

Update trader

This commit is contained in:
trizin 2023-08-03 12:11:09 +03:00 committed by GitHub
parent 79698d8915
commit c66280a5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
version: '3' version: "3"
services: services:
pdr-trader: pdr-trader:
image: oceanprotocol/pdr-trader:${PDR_TRADER_VERSION:-latest} image: oceanprotocol/pdr-backend:${PDR_BACKEND_VERSION:-latest}
command: trader
networks: networks:
backend: backend:
ipv4_address: 172.15.0.42 ipv4_address: 172.15.0.42
@ -14,5 +15,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/