2018-10-02 16:16:38 -04:00
|
|
|
COMPOSE_PROJECT_NAME=chainquery
|
2018-10-02 17:08:00 -04:00
|
|
|
RPC_USER=${RPC_USER=lbryrpc}
|
2018-10-02 16:16:38 -04:00
|
|
|
RPC_PASSWORD=${RPC_PASSWORD:-$(env LC_CTYPE=C LC_ALL=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 16 | xargs)}
|
2018-10-02 17:08:00 -04:00
|
|
|
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
|
2018-10-02 17:22:47 -04:00
|
|
|
RPC_ALLOW_IP=${RPC_ALLOW_IP:-10.10.0.2}
|