lbry-docker/lbrynet
Leopere c3accd79bd Adjusting to new structure
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
2019-04-27 14:37:40 -04:00
..
linux-armhf-production Removed traefik labels and moved data dir 2019-04-27 14:37:38 -04:00
stuff Adjusting to new structure 2019-04-27 14:37:40 -04:00
.gitignore Merge branch 'master' into lbrynet 2018-11-29 19:04:50 +00:00
docker-compose.yml updated home dir 2018-11-29 19:23:34 +00:00
Dockerfile-armhf-compiler Adds ENTRYPOINT to lbrynet to require mounted home directory before execution. 2019-04-27 14:37:40 -04:00
Dockerfile-x86_64-compiler Adds ENTRYPOINT to lbrynet to require mounted home directory before execution. 2019-04-27 14:37:40 -04:00
Dockerfile-x86_64-production Adjusting to new structure 2019-04-27 14:37:40 -04:00
README.md Refactor lbrynet compiler container locations and startup mechanics 2019-04-27 14:37:40 -04:00

lbrynet

Compiler containers

The compiler containers are for building lbrynet for multiple architectures.

Build x86 compiler container

docker build -t lbrynet-x86_64 -f Dockerfile-x86_64-compiler .

Build ARM compiler container

docker build -t lbrynet-armhf -f Dockerfile-armhf-compiler .