Skip to content

Commit

Permalink
Adapt SITP4, CGTP2 to openliberty
Browse files Browse the repository at this point in the history
  • Loading branch information
vestigo-tech authored Feb 5, 2024
1 parent f2d2535 commit c701432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"Project": "ccms",
"Image": "hrvestigo/ccms-cgtp2:latest",
"Env": [
"JAVA_HOME=/opt/ibm/java/jre/",
"JAVA_HOME=/opt/java/openjdk/",
"LC_ALL=C.UTF-8",
"HEALTH_CHECK_PATH=http://localhost:10000/ccms/"
],
Expand Down Expand Up @@ -741,7 +741,7 @@
"Project": "sirius",
"Image": "hrvestigo/sirius-tp4:latest",
"Env": [
"JAVA_HOME=/opt/ibm/java/jre/",
"JAVA_HOME=/opt/java/openjdk/",
"LC_ALL=C.UTF-8",
"HEALTH_CHECK_PATH=http://localhost:10000/sitp/"
],
Expand Down

0 comments on commit c701432

Please sign in to comment.