Updated docker compose.yml (markdown)
parent
d30e30644d
commit
e8f3f0184d
1 changed files with 3 additions and 0 deletions
|
@ -53,11 +53,14 @@ services:
|
|||
network_mode: host
|
||||
volumes:
|
||||
- "lbry_rocksdb:/database"
|
||||
ports:
|
||||
- "2113:2113"
|
||||
environment:
|
||||
- HUB_COMMAND=scribe
|
||||
# - SNAPSHOT_URL=https://snapshots.lbry.com/hub/block_1288882/lbry-rocksdb.tar
|
||||
command: # for full options, see `scribe --help`
|
||||
- "--daemon_url=http://lbry:lbry@127.0.0.1:9245"
|
||||
- "--prometheus_port=2113"
|
||||
- "--max_query_workers=2"
|
||||
- "--index_address_statuses"
|
||||
- "--db_disable_integrity_checks"
|
||||
|
|
Loading…
Reference in a new issue