services: ors: image: openrouteservice/openrouteservice:latest container_name: ors-route-planner ports: - "18080:8082" volumes: - ./ors-docker/dominican-republic-latest.osm.pbf:/home/ors/files/dominican-republic-latest.osm.pbf - ./ors-docker/graphs:/home/ors/graphs - ./ors-docker/elevation_cache:/home/ors/elevation_cache - ./ors-docker/config/ors-config.yml:/home/ors/config/ors-config.yml environment: - JAVA_OPTS=-Djava.awt.headless=true -server -XX:TargetSurvivorRatio=75 -XX:SurvivorRatio=64 -XX:MaxTenuringThreshold=3 -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:InitiatingHeapOccupancyPercent=80 -Xms2g -Xmx4g restart: unless-stopped