* Production: Multi-stage Dockerfile.
* Production: Adds VERSION ARG to specify the lbrynet version to download.
* Compiler: Adds REPO ARG to specify alternate git repository to build from.
* Fixes checkmount arg passing.
* Adds correct binding IP address to start.sh
* Adds mountable config to start.sh
* Does not yet add any Layered Config like #70 (it's harder 'cause yaml)
Renamed to fit with new nomenclature
Removed directory and renamed/moved Dockerfile
Updated COPY path
Moved docker-compose.yml for Lbrynet
Cleaned up comments a bit
Important notice to users in new comment
Updated compose example for image instead of build
updated paths
Added a step for chainquery-bootstrap setup
Moved and updated lbrycrd's env_file
Created lbrynet env_file
Moved and updated chainquery's env_file
Moved and updated lbrynet's compose file
More Cleanup
Added TODO's for checkmount.sh
Renamed compiler
Renamed production container
Final rename
fixup
fixup
Updated README refs
Just readability improvements
Packing directories with the repo
Git won't track empty directories but if you take the path of running these containers locally from within this repo you should have this directory.
Updated image refs to final production locations
Replaced build with image docker-compose.yml-prod-example
Adjusted paths in volumes
Removed a few more things
healthcheck.sh which can be added later when completed.
renamed the Dockerfile to Dockerfile-x86_64-production
Updated image tag and added RUN_MODE
Updated image and added RUN_MODE
updated tag
Updated tag
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