Skip to content

Commit

Permalink
Testing DCDEV migration to gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
vestigo-tech authored Oct 30, 2023
1 parent f648233 commit 5a0eb6a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions templates-local.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
[

{
"Name": "DCDEV-proba",
"AdminOnly": true,
"Project": "dc",
"Image": "hrvestigo/dcms-dev:latest",
"Env": [
"JAVA_HOME=/opt/ibm/java/jre/",
"LC_ALL=C.UTF-8",
"HEALTH_CHECK_PATH=http://localhost:10000/dc/"
],
"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": "DCDEVproba"
}
},

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

0 comments on commit 5a0eb6a

Please sign in to comment.