-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
103 lines (86 loc) · 4.56 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# ================================================================================================
# DOCKER-COMPOSE (DRIVER)
# ================================================================================================
# All Networks driver
NETWORKS_DRIVER=bridge
# All volumes driver
VOLUMES_DRIVER=local
# ================================================================================================
# PATH WORKSPACE
# ================================================================================================
WORKSPACE=./workspace
# ================================================================================================
# PATH CACHE
# ================================================================================================
# ================================================================================================
# PATH CONFIG
# ================================================================================================
# ================================================================================================
# PATH DATA
# ================================================================================================
DATA_ANSIBLE=./data/ansible
DATA_GOLANG=./data/golang
DATA_PORTAINER=./data/portainer
# ================================================================================================
# PATH LOG
# ================================================================================================
# ================================================================================================
# PATH SESSION
# ================================================================================================
# ================================================================================================
# PATH VENDOR
# ================================================================================================
# ================================================================================================
# DEFAULT CONTAINER DATABASE
# ================================================================================================
# ================================================================================================
# CONTAINER: CORE-BASE
# ================================================================================================
# options: 3.6 / 3.7 / 3.8 (default)
ALPINE_VERSION=3.8
# options: v1.20.0.0 / v1.21.4.0 (default)
S6OVERLAY_VERSION=v1.21.4.0
S6_BEHAVIOUR_IF_STAGE2_FAILS=1
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANGUAGE=en_US.UTF-8
TERM=xterm
# ================================================================================================
# CONTAINER: ANSIBLE
# ================================================================================================
# options: 14.04 / 16.04 / 16.04py3 / 18.04 (default) / 18.04py3
ANSIBLE_VERSION=18.04
ANSIBLE_PORT=9400
# ================================================================================================
# CONTAINER: GOLANG
# ================================================================================================
# options: 1.11 (default)
GOLANG_VERSION=1.11.1
GOLANG_PORT=9601
# ================================================================================================
# CONTAINER: PORTAINER
# ================================================================================================
# options: 1.16.5 / 1.18.1 / 1.19.2 (default)
PORTAINER_VERSION=1.19.2
PORTAINER_PORT=9145
# ================================================================================================
# CONTAINER: MASTER (UBUNTU)
# ================================================================================================
# options: 14.04 / 16.04/ 18.04 (default)
UBUNTU_VERSION=18.04
MASTER_PORT=221
# ================================================================================================
# CONTAINER: NODE (UBUNTU)
# ================================================================================================
NODE_PORT=223
# ================================================================================================
# CONTAINER: NFS (NETWORK FILE SYSTEM)
# ================================================================================================
NFS_PORT=226
# ================================================================================================
# CONTAINER: WORKSPACE
# ================================================================================================
WORKSPACE_PORT=227
WORKSPACE_GOLANG_PORT=228
WORKSPACE_INSTALL_ANSIBLE=false
WORKSPACE_INSTALL_GOLANG=false