mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
Start providers one by one
This commit is contained in:
parent
5c792da7c4
commit
290254a8b9
@ -9,6 +9,7 @@ services:
|
||||
ipv4_address: 172.15.0.7
|
||||
depends_on:
|
||||
- ocean-contracts
|
||||
- provider
|
||||
environment:
|
||||
ARTIFACTS_PATH: "/ocean-contracts/artifacts"
|
||||
NETWORK_URL: ${NETWORK_RPC_URL}
|
||||
@ -25,4 +26,4 @@ services:
|
||||
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
|
||||
- provider2db:/ocean-provider/db/
|
||||
volumes:
|
||||
provider2db:
|
||||
provider2db:
|
||||
|
Loading…
Reference in New Issue
Block a user