Skip to content

Commit

Permalink
Merge pull request #232 from oceanprotocol/bug/fix_provider_order
Browse files Browse the repository at this point in the history
Start providers one by one
  • Loading branch information
alexcos20 committed Mar 2, 2021
2 parents 5c792da + 290254a commit 1c3dc00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose-files/provider2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -25,4 +26,4 @@ services:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- provider2db:/ocean-provider/db/
volumes:
provider2db:
provider2db:

0 comments on commit 1c3dc00

Please sign in to comment.