Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
vladae36 committed Apr 20, 2024
1 parent 856c17e commit 4242338
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
container_name: fridge
# image: e36io/hyperfridge-r0:latest
build:
context: /home/w/workspace/hyperfridge-r0
context: ../hyperfridge-r0
dockerfile: ${DOCKERFILE:-DockerfileLinux} # Default to DockerfileLinux, override with DOCKERFILE environment variable if provided

environment:
Expand Down
14 changes: 10 additions & 4 deletions docs/docker-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,27 @@ Clone repos which are necessary into the parent directory of ebics-java-service.
cd LibEuFin
git checkout hyperfridge

Clone the code which creates STARK proofs:

cd ..
git git@github.com:element36-io/hyperfridge-r0.git
git clone git@github.com:element36-io/hyperfridge-r0.git


Build locally, may take several hours:
Build locally - note speciality for Linux vs. MacOs may take several hours:

cd ..
cd ebics-java-service
docker compose -f docker-compose-build.yml build
docker compose -f docker-compose-build.yml -e DOCKERFILE:DockerfileLinux build

On MacOs:

docker compose -f docker-compose-build.yml -e DOCKERFILE:DockerfileMaxOs build


Start container

docker compouse up -d
docker compose logs



0 comments on commit 4242338

Please sign in to comment.