File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # ######################
2+ # ##> stack versions ###
3+
4+ # php version ie: 7.4, currently others not avialable
5+ PHP_VERSION = 7.4
6+
7+ # mariadb version ie: 10, 10.5.5 or any valid version
8+ MARIADB_VERSION = 10
9+
10+ # ##< stack versions ###
11+ # ######################
12+
13+
14+ # #############
15+ # ##> ports ###
16+
17+ # nginx running port
18+ NGINX_PORT = 8080
19+
20+ # mariadb expose port
21+ MARIADB_PORT = 3306
22+
23+ # phpmyadmin running port
24+ PHPMYADMIN_PORT = 8180
25+
26+ # ##< ports ###
27+ # #############
28+
29+
30+ # #############################
31+ # ##> mariadb configuration ###
32+ # host=mariadb
33+ # username=root
34+
35+ MARIADB_ROOT_PASSWORD = root
36+ MARIADB_DATABASE_NAME = project
37+
38+ # ##< mariadb configuration ###
39+ # #############################
You can’t perform that action at this time.
0 commit comments