2018-10-02 22:36:52 +02:00
|
|
|
COMPOSE_PROJECT_NAME=lbrycrd
|
2018-11-09 07:30:21 +01:00
|
|
|
|
|
|
|
#############
|
|
|
|
## Lbrycrd ##
|
|
|
|
#############
|
|
|
|
## TODO: The credentials are a formality but we should randomize these with magic.
|
2018-10-02 22:36:52 +02:00
|
|
|
RPC_USER=${RPC_USER=lbryrpc}
|
2018-10-03 21:56:47 +02:00
|
|
|
RPC_PASSWORD=${RPC_PASSWORD:-changeme}
|
2018-11-09 07:30:21 +01:00
|
|
|
UID=$UID
|
|
|
|
GID=$UID
|
|
|
|
|
2018-10-02 22:36:52 +02:00
|
|
|
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
|
2018-11-09 07:30:21 +01:00
|
|
|
## TODO: make this more dynamic before we move to scalability
|
2018-10-11 02:57:06 +02:00
|
|
|
RPC_ALLOW_IP=${RPC_ALLOW_IP:-10.5.1.3}
|