Skip to content

Docker file for an OpenTripPlanner instance with GTFS and OSM data of Brandenburg/Berlin (Germany)

Notifications You must be signed in to change notification settings

chringel21/opentripplanner-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenTripPlanner Docker for Berlin/Brandenburg

Run OpenTripPlanner with docker-compose

If you have docker-compose installed, you can simply run from terminal within the project root-directory:

docker-compose up
# OR
docker-compose up -d # to run it detached in background

Build container

docker build -t opentripplanner-brb .

Run container

docker run -p 80:8080 opentripplanner-brb --router brandenburg --server

Access OpenTripPlanner at http://localhost:80/.

You can also run with the --analyst option to use OTP Analyst features, or run without any optional arguments to see all available command line options.

About

Docker file for an OpenTripPlanner instance with GTFS and OSM data of Brandenburg/Berlin (Germany)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published