Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
location-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b2a3a338
authored
Apr 25, 2016
by
amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
clean dockerfile and and docker-compose
parent
f1c04ef3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
Dockerfile
docker-compose.yml
Dockerfile
View file @
b2a3a338
...
@@ -12,6 +12,6 @@ RUN mv /usr/LocationService-*.jar /usr/LocationService.jar
...
@@ -12,6 +12,6 @@ RUN mv /usr/LocationService-*.jar /usr/LocationService.jar
WORKDIR
/usr
WORKDIR
/usr
EXPOSE
9090
EXPOSE
32015
ENTRYPOINT
["/usr/run.sh","/usr/LocationService.jar"]
ENTRYPOINT
["/usr/run.sh","/usr/LocationService.jar"]
\ No newline at end of file
docker-compose.yml
0 → 100644
View file @
b2a3a338
location-service
:
environment
:
IPG_ENV_PARAMS
:
"
-Dds.IpAddress=172.16.1.97:8080#
\
-Dredis.host=172.16.1.244"
USE_DEBUG
:
yes
image
:
172.16.1.132:5000/ipgallery/location-service
ports
:
-
"
8000:8000"
-
"
32015:32015"
\ No newline at end of file
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