Skip to content

Commit

Permalink
Migrate to docker #641 - Added relstat allways, fixed israel pbf for …
Browse files Browse the repository at this point in the history
…graphhopper.
  • Loading branch information
HarelM committed Jan 29, 2020
1 parent 758691a commit be3b9b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,20 @@ services:
- "ES_JAVA_OPTS=-Xms2g -Xmx2g"
volumes:
- esdata:/usr/share/elasticsearch/data:rw
#- //D/elasticsearch/data:/usr/share/elasticsearch/data:rw
ports:
- 9200:9200
- 9300:9300
restart: always
graphhopper:
image: graphhopper/graphhopper
container_name: graphhopper
volumes:
- ghdata:/data:rw
- ./gh-config.yml:/data/gh-config.yml
- ./israel-and-palestine-latest.osm.pbf:/data/israel-and-palestine-latest.osm.pbf

ports:
- 8989:8989
command: /data/israel-and-palestine-latest.osm.pbf -c /data/gh-config.yml -fd

command: asia_israel-and-palestine.pbf -c /data/gh-config.yml -fd
restart: always
volumes:
esdata:
driver: local
Expand Down

0 comments on commit be3b9b7

Please sign in to comment.