1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-28 00:37:43 +02:00

add multichain provider

This commit is contained in:
Alex Coseru 2023-01-17 12:52:44 +02:00 committed by GitHub
parent 9d88a02527
commit 72289062b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,5 +27,33 @@ services:
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- provider1db:/ocean-provider/db/
providermulti:
image: oceanprotocol/provider-py:multichain
ports:
- 8030:8030
networks:
backend:
ipv4_address: 172.15.0.104
depends_on:
- ocean-contracts
environment:
ARTIFACTS_PATH: "/ocean-contracts/artifacts"
ADDRESS_FILE: "/ocean-contracts/artifacts/address.json"
DEPLOY_CONTRACTS: ${DEPLOY_CONTRACTS}
NETWORK_URL: ${NETWORK_RPC_URL}
PARITY_URL: ${NETWORK_RPC_URL}
PROVIDER_PRIVATE_KEY: ${PROVIDER_PRIVATE_KEY}
LOG_LEVEL: ${PROVIDER_LOG_LEVEL}
OCEAN_PROVIDER_URL: 'http://0.0.0.0:8030'
OCEAN_PROVIDER_WORKERS: ${PROVIDER_WORKERS}
IPFS_GATEWAY: ${PROVIDER_IPFS_GATEWAY}
OCEAN_PROVIDER_TIMEOUT: '9000'
OPERATOR_SERVICE_URL: ${OPERATOR_SERVICE_URL}
AQUARIUS_URL: ${AQUARIUS_URL:-http://172.15.0.5:5000}
ARWEAVE_GATEWAY: https://arweave.net/
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- providermultidb:/ocean-provider/db/
volumes:
provider1db:
providermultidb: