Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
mde
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3418d19c
authored
Jan 30, 2017
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
configuration updates
parent
0da674dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
build.gradle
docker-compose.yml
build.gradle
View file @
3418d19c
...
...
@@ -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
}
...
...
docker-compose.yml
View file @
3418d19c
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment