5 lines
311 B
Bash
5 lines
311 B
Bash
COMPOSE_PROJECT_NAME=chainquery
|
|
RPC_USER=${RPC_USER=lbryrpc}
|
|
RPC_PASSWORD=${RPC_PASSWORD:-$(env LC_CTYPE=C LC_ALL=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 16 | xargs)}
|
|
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
|
|
RPC_ALLOW_IP=${RPC_ALLOW_IP:-10.10.0.2}
|