This project is designed to be a composable stack for bitnuke.
The project lifts sperate bitnuke, nginx, and redis services that
talk to eachother within the stack and expose one port for nginx
to the world.
- To lift the stack without building anything locally execute:
make compose
ordocker-compose up
. This will pull the latest images from dockerhub and lift the stack. - To build the stack before lifting execute:
make build
and thenmake compose
consecutively. This will build the images locally and pull the latest from binder.