Skip to content

Commit

Permalink
Update Fablo REST version and registry
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
  • Loading branch information
dzikowski committed Sep 12, 2024
1 parent f34d312 commit 5d9ed97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ services:
fablo-rest.org1.example.com:
container_name: fablo-rest.org1.example.com
image: softwaremill/fablo-rest:\${FABLO_REST_VERSION}
image: ghcr.io/fablo-io/fablo-rest:\${FABLO_REST_VERSION}
environment:
- PORT=8000
- MSP_ID=Org1MSP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4091,7 +4091,7 @@ services:
fablo-rest.org1.example.com:
container_name: fablo-rest.org1.example.com
image: softwaremill/fablo-rest:\${FABLO_REST_VERSION}
image: ghcr.io/fablo-io/fablo-rest:\${FABLO_REST_VERSION}
environment:
- PORT=8000
- MSP_ID=Org1MSP
Expand Down
2 changes: 1 addition & 1 deletion src/setup-docker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default class SetupDockerGenerator extends Generator {
paths: global.paths,
fabloVersion: config.fabloVersion,
fabloBuild: getBuildInfo(),
fabloRestVersion: "0.1.0",
fabloRestVersion: "0.1.2",
hyperledgerExplorerVersion: "1.1.8",
fabricCouchDbVersion: "0.4.18",
couchDbVersion: "3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
<%_ if (org.tools.fabloRest) { _%>
<%= org.tools.fabloRest.address %>:
container_name: <%= org.tools.fabloRest.address %>
image: softwaremill/fablo-rest:${FABLO_REST_VERSION}
image: ghcr.io/fablo-io/fablo-rest:${FABLO_REST_VERSION}
environment:
- PORT=8000
- MSP_ID=<%= org.tools.fabloRest.mspId %>
Expand Down
2 changes: 1 addition & 1 deletion src/setup-k8s/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class SetupDockerGenerator extends Generator {
paths: global.paths,
fabloVersion: config.fabloVersion,
fabloBuild: getBuildInfo(),
fabloRestVersion: "0.1.0",
fabloRestVersion: "0.1.2",
hyperledgerExplorerVersion: "1.1.8",
fabricCouchDbVersion: "0.4.18",
couchDbVersion: "3.1",
Expand Down

0 comments on commit 5d9ed97

Please sign in to comment.