Skip to content

Commit

Permalink
New image: cgdev postgresql (admin only)
Browse files Browse the repository at this point in the history
  • Loading branch information
vestigo-tech authored Apr 5, 2024
1 parent 22d481e commit 48a3271
Showing 1 changed file with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions templates-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,54 @@
"Labels": {
"Environment": "CGDEV"
}
}
,
},

{
"Name": "CGDEV (Postgre)",
"AdminOnly": true,
"Project": "ccms",
"Image": "hrvestigo/ccms-dev_pg: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": "CGDEVPG"
}
},

{
"Name": "CGDEV-WAS",
"AdminOnly": false,
Expand Down

0 comments on commit 48a3271

Please sign in to comment.