Commit b2a3a338 by amir

clean dockerfile and and docker-compose

parent f1c04ef3
Showing with 12 additions and 1 deletions
......@@ -12,6 +12,6 @@ RUN mv /usr/LocationService-*.jar /usr/LocationService.jar
WORKDIR /usr
EXPOSE 9090
EXPOSE 32015
ENTRYPOINT ["/usr/run.sh","/usr/LocationService.jar"]
\ No newline at end of file
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
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