Commit 3418d19c by Adi Amir

configuration updates

parent 0da674dc
Showing with 4 additions and 4 deletions
......@@ -66,7 +66,7 @@ task buildDockerImage(type:Exec) {
dependsOn jar
mustRunAfter jar
println 'building docker image'
def commandWirhArgs = [ "docker" ,"build","-t", "172.16.1.212:5050/ipgallery/mde", "."]
def commandWirhArgs = [ "docker" ,"build","-t", "172.16.1.212:5050/mcx/mde", "."]
commandLine commandWirhArgs
}
......
mde:
environment:
IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.97:8080#\
-Dredis.host=172.16.1.244"
IPG_ENV_PARAMS: "-Dds.IpAddress=172.16.1.151:8012#\
-Dredis.host=172.16.1.151"
USE_DEBUG: "yes"
image: 172.16.1.212:5050/ipgallery/mde
image: 172.16.1.212:5050/mcx/mde
ports:
- "8200:8000"
- "50040:50040"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment