Skip to content

Commit

Permalink
Deploying to gh-pages from @ 00bb3d4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vestigo-tech committed Apr 3, 2024
1 parent 92304cf commit 50d4a3b
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions templates-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,53 @@
}
},

{
"Name": "CGTP7 TEST",
"AdminOnly": false,
"Project": "ccms",
"Image": "hrvestigo/ccms-dev:latest",
"Env": [
"JAVA_HOME=/opt/java/openjdk/",
"LC_ALL=C.UTF-8",
"HEALTH_CHECK_PATH=http://localhost:10000/ccms/",
"MDB_ROOT=/opt/ol/wlp/usr/shared/apps/mdb/",
"MDB_SHARED_LIB=fwk,trx,DB2Lib"
],
"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": "CGTP7"
}
}
,

{
"Name": "REL3_D1",
"AdminOnly": false,
Expand Down

0 comments on commit 50d4a3b

Please sign in to comment.