forked from SkypLabs/webprotege-dockerfile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
39 lines (30 loc) · 1.16 KB
/
.env
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
# BUILD_VERSION=1.0.0
USER_ID=1000
GROUP_ID=1000
#### ---- Install Specifications ----
INSTALL_BASE=/opt
#### ---- Build Specification ----
ARG BUILD_DATE=
ARG VERSION=
ARG VCS_REF=
#### ---- Product Specifications ----
PRODUCT=docker-project-template
PRODUCT_VERSION=
PRODUCT_DIR=
PRODUCT_EXE=
#### Ref: https://vsupalov.com/docker-arg-env-variable-guide/
#### Rider configuration for run.sh ####
# - Use "#VOLUMES" and "#PORTS" to indicate that the variables for run.sh"
# - To ignore line, use "##" (double) in the beginning, e.g. "##VOLUMES" and "##PORTS"
# - To indicate that the variables for run.sh", use only one "#", e.g. "#VOLUMES" and "#PORTS"
## VOLUMES_LIST="./data:data ./workspace:workspace"
#VOLUMES_LIST="./data/webprotege:/data/webprotege ./tomcat/webapps:/tomcat/webapps"
#PORTS_LIST="38080:8080"
##PORTS_LIST="123:123/udp"
#### ---- Protege build vars ----
## -- Protege Source GIT repo ---
#PROTEGE_SOURCE_GIT=https://github.com/protegeproject/protege.git
#PROTEGE_SOURCE_GIT=https://github.com/DrSnowbird/protege.git
PROTEGE_SOURCE_GIT=git@github.com:DrSnowbird/protege.git
## -- Protege Source base directory for GIT clone ---
PROTEGE_BASE_DIR=protege-x11