Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
78e37844
authored
Jul 10, 2017
by
Gil Sade
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
added OpentripPlanner docker
parent
1d5ea0e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
docker/composers/mcx-poc-db.yml
docker/composers/mcx-poc-db.yml
View file @
78e37844
##### Mongo
mongo
:
mongo
db
:
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment