Skip to content

Commit

Permalink
Deploying to gh-pages from @ 704ba43 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vestigo-tech committed Mar 5, 2024
1 parent 7bf2938 commit 1505b2e
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions templates-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,53 +43,6 @@
"Labels": {
"Environment": "CGDEV"
}
},
{
"Name": "CGDEV-LIBERTY",
"AdminOnly": false,
"Project": "ccms",
"Image": "hrvestigo/ccms-dev:l6",
"Env": [
"JAVA_HOME=/opt/ibm/java/jre/",
"LC_ALL=C.UTF-8",
"HEALTH_CHECK_PATH=http://localhost:10000/ccms/",
"MDB_ROOT=/opt/ibm/wlp/usr/shared/apps/mdb/",
"MDB_SHARED_LIB=fwk,trx,DB2Lib",
"REST_ENPOINTS=/mnt/ccms/config/rest_enpoints.txt",
"DATABASE_ENDPOINT=/mnt/ccms/config/database_enpoint.txt"
],
"HostConfig": {
"PortBindings": {
"10000/tcp": [
{
"HostPort": "HTTP_PORT"
}
],
"10002/tcp": [
{
"HostPort": "HTTPS_PORT"
}
],
"7777/tcp": [
{
"HostPort": "DEBUG_PORT"
}
],
"9200/tcp": [
{
"HostPort": "BATCH_PORT"
}
],
"22/tcp": [
{
"HostPort": "SSH_PORT"
}
]
}
},
"Labels": {
"Environment": "CGDEV"
}
}
,
{
Expand Down

0 comments on commit 1505b2e

Please sign in to comment.