This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
lbry-docker
Watch
1
Star
0
Fork
You've already forked lbry-docker
0
Code
Issues
2
Pull requests
2
Projects
Releases
1
Packages
Wiki
Activity
6c322f9fbd
lbry-docker
/
lbrycrd
/
stuff
/
advance_blocks.sh
5 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
added regtest setup for lbrycrd.
2018-12-28 05:11:34 +01:00
#!/usr/bin/env bash
Changes to allow RUN_MODE=regtest to stuff/auto_advance.sh
2019-10-10 02:48:46 +02:00
while
sleep 2
;
do
lbrycrd-cli -conf
=
/etc/lbry/lbrycrd.conf generate
1
Removed traefik labels and moved data dir Moved data dir and removed traefik label Moved readme for testnet compose Adding RUN_MODEs regtest and testnet Adding advance_blocks.sh into all lbrycrd containers Adding advance cmd and moved Dockerfile to appropriate dir Cleanup and moved Dockerfiles Moved lbrycrd Dockerfiles to appropriate subdirectories and removed. More moving and deletions Adding catchall output Updated default runmode in example Removed incomplete container directory This should not be in a production branch at this point now that we have stable containers published. Removed incomplete container for now Deleted compile directory and README.md Cleaning up chainquery Deleting placeholders Updated start.sh Removing superfluous .dockerignores & more Adjusted start.sh source path Updated ignores Updated readme in prep for build tags and ship armhf-prod dir start.sh's should be recycled when possible. No sense in code duplication lets try and aim for unification. Docker prefers WORKDIR over cd docker prefers WORKDIR over cd
2019-04-24 05:34:33 +02:00
done
Reference in a new issue
Copy permalink