2018-10-02 22:16:38 +02:00
|
|
|
COMPOSE_PROJECT_NAME=chainquery
|
2018-10-02 23:08:00 +02:00
|
|
|
RPC_USER=${RPC_USER=lbryrpc}
|
2018-10-02 22:16:38 +02: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 23:08:00 +02:00
|
|
|
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
|
2018-10-02 23:22:47 +02:00
|
|
|
RPC_ALLOW_IP=${RPC_ALLOW_IP:-10.10.0.2}
|