-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
46 lines (33 loc) · 916 Bytes
/
.env
File metadata and controls
46 lines (33 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Default environment config for docker
#######################################
# Volumes for local data
LOCAL_VOLUME_DIR=./volumes/
# Docker containers labeled as
# ${DOCKER_CONTAIN_PREFIX}-?.${BUILD_ENV}
# where ? is the container number
BUILD_ENV=local
# location of project files in containers
CONTAINER_WORKING_DIR=/usr/src
# Corb Build Parameters
#######################
CORB_VERSION=2.4.1
# ODH Build Parameters
######################
ODH_VERSION=3.0.0
ODH_PORT=8080
# MLCP Build Parameters
#######################
MLCP_VERSION=9.0.6
# MarkLogic Build Parameters
############################
# Major version of marklogic
ML_VERSION=9.0.6
# Port range to expose on local machine
ML_PORT_LOWER=8000
ML_PORT_UPPER=8020
# Slush Build Parameters
########################
SLUSH_VERSION=0.0.1
SLUSH_APP_PORT=3000
SLUSH_NODE_PORT=9070
SLUSH_ML_APP_PORT=8010