-
Notifications
You must be signed in to change notification settings - Fork 5
/
.env.example
88 lines (67 loc) · 3.02 KB
/
.env.example
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
HOST_IP=host.docker.internal
# You must type your exposed formal URL or IP such as https://test.com
# Please provide your URL in the following format: <--http or https-->://<--your-ip--> (Replace "your-ip" with your IP address or domain name. Make sure it is in the form of IPv4 or a domain and can be accessed externally. Specify whether it is an HTTP or HTTPS connection, e.g., http:// or https://)
APP_URL=
USE_COMMERCIAL_SSL=yyy
COMMERCIAL_SSL_NAME=yyy
DOCKER_LAYER_CORRUPTION_RECOVERY=false
NGINX_RESTART=false
# The method of acquiring Docker images:
# build (Used in developer's local environment or during Jenkins builds when a new image needs to be built, so this module is typically used)
# registry (Used on deployment servers where images are fetched from a repository, so this module is used)
# If you choose the "build" method, you don't need to input the values below since Dockerfile is used (no image is fetched from the Docker registry).
GIT_IMAGE_LOAD_FROM=build
# This should include your port number
GIT_IMAGE_LOAD_FROM_HOST=yyy
# ex) GIT_IMAGE_LOAD_FROM_PATHNAME : example.com:5050/my-group/project-name
GIT_IMAGE_LOAD_FROM_PATHNAME=yyy
GIT_TOKEN_IMAGE_LOAD_FROM_USERNAME=yyy
GIT_TOKEN_IMAGE_LOAD_FROM_PASSWORD=yyy
GIT_IMAGE_VERSION=1.0.0
PROJECT_NAME=xxx
PROJECT_LOCATION=xxx
# [EXPOSE_PORT,APP_PORT]
# If you set PROJECT_PORT=[Number], EXPOSE_PORT,APP_PORT are all set to be [Number]
# Samples : PROJECT_PORT=[18200,8200], PROJECT_PORT=8200
PROJECT_PORT=xxx
# [Number],[Number]
# Currently, ADDITIONAL_PORTS for EXPOSE_PORT,APP_PORT should be the same value.
# Samples : ADDITIONAL_PORTS=5005,5006
ADDITIONAL_PORTS=8093
# If you locate your project on ../ (upper folder)
HOST_ROOT_LOCATION=../
# If you locate your project's Dockerfile ../ (upper folder)
DOCKER_FILE_LOCATION=../
# This is for integrating health checkers "https://www.baeldung.com/spring-boot-actuators"
APP_HEALTH_CHECK_PATH=xxx
BAD_APP_HEALTH_CHECK_PATTERN=xxx
GOOD_APP_HEALTH_CHECK_PATTERN=xxx
# This is for environment variables for docker-compose-app.
DOCKER_COMPOSE_ENVIRONMENT={}
DOCKER_BUILD_ARGS={}
DOCKER_BUILD_LABELS=[]
# EX. --platform linux/amd64
DOCKER_BUILD_ADDITIONAL_RAW_PARAMS=
DOCKER_BUILD_SHA_INSERT_GIT_ROOT=
# This is overwritten on docker-compose-${project_name}.yml
DOCKER_COMPOSE_SELECTIVE_VOLUMES=[]
# This is added on docker-orchestration-${project_name}-nginx.yml
DOCKER_COMPOSE_NGINX_SELECTIVE_VOLUMES=["./shared/nginx-error-logs:/var/log/nginx"]
# Check if the host folder or file exists
DOCKER_COMPOSE_HOST_VOLUME_CHECK=false
NGINX_CLIENT_MAX_BODY_SIZE=50M
# Format : docker-compose-${project_name}-original-ready.yml
USE_MY_OWN_APP_YML=false
SKIP_BUILDING_APP_IMAGE=false
ORCHESTRATION_TYPE=compose
ONLY_BUILDING_APP_IMAGE=false
DOCKER_BUILD_MEMORY_USAGE=1G
USE_NGINX_RESTRICTED_LOCATION=false
# ex. /docs/api-app.html
NGINX_RESTRICTED_LOCATION=xxx
REDIRECT_HTTPS_TO_HTTP=false
NGINX_LOGROTATE_FILE_NUMBER=7
NGINX_LOGROTATE_FILE_SIZE=1M
SHARED_VOLUME_GROUP_ID=1351
SHARED_VOLUME_GROUP_NAME=shared-volume-group
UIDS_BELONGING_TO_SHARED_VOLUME_GROUP_ID=