Commit 78e37844 by Gil Sade

added OpentripPlanner docker

parent 1d5ea0e7
Showing with 11 additions and 2 deletions
##### Mongo
mongo:
mongodb:
image: mongo
ports:
- "27017:27017"
volumes:
- "/ext/mongodb/:/data/db"
command: mongod --replSet Server_50
# command: mongod --replSet Server_50
##### Redis
redis:
image: redis
......@@ -27,3 +27,12 @@ orientdb:
- /ext/orientdb/config:/orientdb/config
- /ext/orientdb/databases:/orientdb/databases
- /ext/orientdb/backup:/orientdb/backup
###Open Trip Planner
otp:
image: opentripplanner/opentripplanner
ports:
- "8081:8080"
- "8082:8081"
volumes:
- /var/otp/graphs:/var/otp/graphs
command: --autoScan --server
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