REL-0.10 Adding env file for MongoDB

This commit is contained in:
cytopia 2017-05-22 23:23:05 +02:00
parent 05cdb4c3c1
commit 234804efe8
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -139,8 +139,6 @@ PGSQL_SERVER=9.6
###
### 1.5 Choose Redis Server Image
### (only for docker-compose.optional.yml)
### $ docker-compose -f docker-compose.optional.yml up
###
#REDIS_SERVER=2.8
#REDIS_SERVER=3.0
@ -148,9 +146,7 @@ REDIS_SERVER=3.2
###
### 1.6 Choose Memcahced Server Image
### (only for docker-compose.optional.yml)
### $ docker-compose -f docker-compose.optional.yml up
### 1.6 Choose Memcached Server Image
###
MEMCD_SERVER=1.4.21
#MEMCD_SERVER=1.4.22
@ -171,6 +167,13 @@ MEMCD_SERVER=1.4.21
#MEMCD_SERVER=latest
###
### 1.7 Choose Mongo Server Image
###
#MONGO_SERVER=3.0
#MONGO_SERVER=3.2
MONGO_SERVER=3.4
#MONGO_SERVER=3.5
@ -220,6 +223,21 @@ HOST_PATH_MYSQL_DATADIR=./data/mysql
HOST_PATH_PGSQL_DATADIR=./data/pgsql
###
### Local filesystem path to mongodb datadir.
###
### This can be an existing mongodb data directory or empty.
### If it already is a mongodb data directory with content,
### it will be mounted into the docker and used.
###
### If this directory is empty, a new mongodb database will be
### created.
###
HOST_PATH_MONGO_DATADIR=./data/mongo
################################################################################
###
@ -342,7 +360,7 @@ HOST_PORT_PGSQL=5432
################################################################################
###
### Expost Redis Port to Host
### Expose Redis Port to Host
###
HOST_PORT_REDIS=6379
@ -355,18 +373,30 @@ HOST_PORT_REDIS=6379
################################################################################
###
### Expost Memcached Port to Host
### Expose Memcached Port to Host
###
HOST_PORT_MEMCD=11211
################################################################################
###
### 9. Bind Docker Settings
### 9. MongoDB Docker Settings
###
################################################################################
###
### Expost Bind Port to Host
### Expose MongoDB Port to Host
###
HOST_PORT_MONGO=27017
################################################################################
###
### 10. Bind Docker Settings
###
################################################################################
###
### Expose Bind Port to Host
###
HOST_PORT_BIND=53