Merge pull request #232 from oceanprotocol/bug/fix_provider_order

Start providers one by one
This commit is contained in:
Alex Coseru 2021-03-02 11:03:32 +02:00 committed by GitHub
commit 1c3dc00ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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: