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
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- "lbry_rocksdb:/database"
|
- "lbry_rocksdb:/database"
|
||||||
|
ports:
|
||||||
|
- "2113:2113"
|
||||||
environment:
|
environment:
|
||||||
- HUB_COMMAND=scribe
|
- HUB_COMMAND=scribe
|
||||||
# - SNAPSHOT_URL=https://snapshots.lbry.com/hub/block_1288882/lbry-rocksdb.tar
|
# - SNAPSHOT_URL=https://snapshots.lbry.com/hub/block_1288882/lbry-rocksdb.tar
|
||||||
command: # for full options, see `scribe --help`
|
command: # for full options, see `scribe --help`
|
||||||
- "--daemon_url=http://lbry:lbry@127.0.0.1:9245"
|
- "--daemon_url=http://lbry:lbry@127.0.0.1:9245"
|
||||||
|
- "--prometheus_port=2113"
|
||||||
- "--max_query_workers=2"
|
- "--max_query_workers=2"
|
||||||
- "--index_address_statuses"
|
- "--index_address_statuses"
|
||||||
- "--db_disable_integrity_checks"
|
- "--db_disable_integrity_checks"
|
||||||
|
|
Loading…
Reference in a new issue