File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313 Dashboard, documenting all endpoints and specific data fields used by the
1414 frontend ([ #1566 ] ( https://github.com/o1-labs/mina-rust/issues/1566 ) )
1515
16+ ### Fixed
17+
18+ - ** Docker Compose** : Fix frontend black screen issue by changing environment
19+ from ` compose ` to ` local ` and exposing port 3000 for mina-node HTTP API
20+ ([ #1649 ] ( https://github.com/o1-labs/mina-rust/pull/1649 ) )
21+
1622## [ 0.18.0] - 2025-11-04
1723
1824### OCaml node
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ services:
1212 volumes :
1313 - ./mina-workdir:/root/.mina:rw
1414 ports :
15+ - " 3000:3000"
1516 - " ${MINA_LIBP2P_PORT:-8302}:${MINA_LIBP2P_PORT:-8302}"
1617 environment :
1718 MINA_LIBP2P_EXTERNAL_IP : " ${MINA_LIBP2P_EXTERNAL_IP:-}"
@@ -20,6 +21,6 @@ services:
2021 frontend :
2122 image : o1labs/mina-rust-frontend:${MINA_FRONTEND_TAG:-latest}
2223 environment :
23- MINA_FRONTEND_ENVIRONMENT : compose
24+ MINA_FRONTEND_ENVIRONMENT : local
2425 ports :
2526 - " 8070:80"
You can’t perform that action at this time.
0 commit comments