optionally initialize rocksdb from a snapshot

fixes https://github.com/lbryio/hub/issues/10
This commit is contained in:
Jack Robison 2022-06-14 13:55:53 -04:00
commit fbe68d516c
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
3 changed files with 19 additions and 1 deletions

View file

@ -17,6 +17,7 @@ services:
- "lbry_rocksdb:/database"
environment:
- HUB_COMMAND=scribe
- SNAPSHOT_URL=https://snapshots.lbry.com/hub/lbry-rocksdb.zip
command: # for full options, see `scribe --help`
- "--daemon_url=http://lbry:lbry@127.0.0.1:9245"
- "--max_query_workers=2"
@ -41,7 +42,7 @@ services:
- "--elastic_port=9200" # elasticsearch port
- "--elastic_notifier_host=127.0.0.1" # address for the elastic sync notifier to connect to
- "--elastic_notifier_port=19080"
scribe_hub:
herald:
depends_on:
- lbcd
- scribe_elastic_sync

View file

@ -14,6 +14,7 @@ services:
- "lbry_rocksdb:/database"
environment:
- HUB_COMMAND=scribe
- SNAPSHOT_URL=https://snapshots.lbry.com/hub/lbry-rocksdb.zip
command:
- "--daemon_url=http://lbry:lbry@127.0.0.1:9245"
- "--max_query_workers=2"