Merge pull request #231 from oceanprotocol/feature/improve_provider

Add persistent storage for provider db
This commit is contained in:
Călina Cenan 2021-02-24 14:43:59 +02:00 committed by GitHub
commit 5c792da7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -23,3 +23,6 @@ services:
AQUARIUS_URL: ${AQUARIUS_URL:-http://172.15.0.5:5000}
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- provider1db:/ocean-provider/db/
volumes:
provider1db:

View File

@ -23,3 +23,6 @@ services:
AQUARIUS_URL: ${AQUARIUS_URL:-http://172.15.0.5:5000}
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/
- provider2db:/ocean-provider/db/
volumes:
provider2db: