5ef885df04
added chainquery/.gitignore to ignore large blobs. fixed Dockerfile up to use staged prep and production removed db-seed.sh as we have quick-bootstrap.sh start.sh needed modification to pull config from the right location in the linux FS Added chainquery/.dockerignore to prevent extremely long build times in the future Removed fancy bash vars in chainquery/.env Started work on getting quick-bootstrap.sh ready for release.
13 lines
438 B
Bash
13 lines
438 B
Bash
COMPOSE_PROJECT_NAME=chainquery
|
|
## Currently unused until start.sh gains magic powers.
|
|
RPC_USER=lbryrpc
|
|
RPC_PASSWORD=changeme
|
|
## This should be the internal container IP from which you'll be calling the RPC for Lbrycrdd from.
|
|
RPC_ALLOW_IP=10.5.1.3
|
|
|
|
## Mysql Creds to be shared between Chainquery and Mysql container
|
|
MYSQL_SERVER=10.5.1.10
|
|
MYSQL_USER=changeme
|
|
MYSQL_PASSWORD=changeme
|
|
MYSQL_DATABASE=chainquery
|
|
MYSQL_ROOT_PASSWORD=changeme
|