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
8a3236fb
authored
Apr 05, 2017
by
Avi Junowicz
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
docker compose for DB elements, mongo,orient and redis
parent
54a33207
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
docker/composers/mcx-poc-db.yml
docker/composers/mcx-poc-db.yml
0 → 100644
View file @
8a3236fb
##### Mongo
mongo
:
image
:
mongo
ports
:
-
"
27017:27017"
volumes
:
-
"
/ext/mongodb/:/data/db"
command
:
mongod --replSet Server_50
##### Redis
redis
:
image
:
redis
ports
:
-
"
6379:6379"
volumes
:
-
"
/ext/redis/conf/:/usr/local/etc/redis/redis.conf"
-
"
/ext/redis/:/data/"
### Orient
orientdb
:
image
:
aquabiota/orientdb-alpine-spatial
ports
:
-
"
2424:2424"
-
"
2480:2480"
environment
:
ORIENTDB_ROOT_PASSWORD
:
'
giptmgr'
volumes
:
-
/ext/orientdb/config:/orientdb/config
-
/ext/orientdb/databases:/orientdb/databases
-
/ext/orientdb/backup:/orientdb/backup
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