Skip to content

Commit

Permalink
rename config files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocudini committed Feb 14, 2020
1 parent e312fb8 commit c082f2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
JAVA_OPTS: -Djava.awt.headless=true -server -XX:TargetSurvivorRatio=75 -XX:SurvivorRatio=64 -XX:MaxTenuringThreshold=3 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ParallelGCThreads=4 -Xms1g -Xmx2g
CATALINA_OPTS: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9001 -Dcom.sun.management.jmxremote.rmi.port=9001 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost
volumes:
- ./ors.config:/ors-core/openrouteservice/src/main/resources/app.config
- ./ors-config.json:/ors-core/openrouteservice/src/main/resources/app.config
- ./data/povo.osm.gz:/ors-core/data/osm_file.pbf
- ./graphs:/ors-core/data/graphs
- ./elevation_cache:/ors-core/data/elevation_cache
Expand All @@ -30,7 +30,7 @@ services:

ports: ["8083:3000"]
volumes:
- ./vroom.config.js:/vroom-express/src/config.js
- ./vroom-config.js:/vroom-express/src/config.js

#vroom-test:
# image: nginx
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c082f2b

Please sign in to comment.