mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-20 17:33:05 +00:00
REL-0.10 Adding env file for MongoDB
This commit is contained in:
parent
05cdb4c3c1
commit
234804efe8
48
env-example
48
env-example
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user