add lbcd-compose.yml
This commit is contained in:
parent
53206a0861
commit
b230a13761
2 changed files with 20 additions and 1 deletions
|
@ -57,4 +57,4 @@ services:
|
||||||
- "--max_sessions=100000"
|
- "--max_sessions=100000"
|
||||||
- "--filtering_channel_ids=770bd7ecba84fd2f7607fb15aedd2b172c2e153f 95e5db68a3101df19763f3a5182e4b12ba393ee8"
|
- "--filtering_channel_ids=770bd7ecba84fd2f7607fb15aedd2b172c2e153f 95e5db68a3101df19763f3a5182e4b12ba393ee8"
|
||||||
- "--blocking_channel_ids=dd687b357950f6f271999971f43c785e8067c3a9 06871aa438032244202840ec59a469b303257cad b4a2528f436eca1bf3bf3e10ff3f98c57bd6c4c6"
|
- "--blocking_channel_ids=dd687b357950f6f271999971f43c785e8067c3a9 06871aa438032244202840ec59a469b303257cad b4a2528f436eca1bf3bf3e10ff3f98c57bd6c4c6"
|
||||||
- "--prometheus_port=2112" # comment out to disable prometheus metrics
|
- "--prometheus_port=2112" # comment out to disable prometheus metrics
|
||||||
|
|
19
docker/lbcd-compose.yml
Normal file
19
docker/lbcd-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
lbcd:
|
||||||
|
|
||||||
|
services:
|
||||||
|
lbcd:
|
||||||
|
image: lbry/lbcd:latest
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
command:
|
||||||
|
- "--rpcuser=lbry"
|
||||||
|
- "--rpcpass=lbry"
|
||||||
|
- "--rpclisten=127.0.0.1"
|
||||||
|
volumes:
|
||||||
|
- "lbcd:/root/.lbcd"
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:9245:9245"
|
||||||
|
- "9246:9246" # p2p port
|
Loading…
Reference in a new issue