File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed
Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change 11
2+ ADMIN_PATH = " "
3+ CRYPT_KEY = " "
4+
25BRAND = " magenx"
36DOMAIN = " magenx.net"
47
58COMPOSE_PROJECT_NAME = " ${ BRAND } "
69
7- INSTALL_MAGENTO = " yes"
8-
9- MAGENTO_GITHUB_REPO = " https://github.com/magenx/Magento-2-docker-demo"
10- MAGENTO_GITHUB_BRANCH = " dev"
11-
1210MAGENX_NGINX_GITHUB_REPO = " https://raw.githubusercontent.com/magenx/Magento-nginx-config/master/"
1311MAGENX_NGINX_GITHUB_REPO_API = " https://api.github.com/repos/magenx/Magento-nginx-config/contents/magento2"
1412
1513COMPOSER_USER = " 8c681734f22763b50ea0c29dff9e7af2"
1614COMPOSER_PASSWORD = " 02dfee497e669b5db1fe1c8d481d6974"
1715
18- ALPINE_VERSION = " 3.20.0 "
16+ ALPINE_VERSION = " 3.21 "
1917
2018TZ = " Europe/Berlin"
2119
2220PHP_VERSION = " 83"
2321PHP_USER = " php-${ BRAND } "
2422
25- MARIADB_VERSION = " 10.11.8 "
23+ MARIADB_VERSION = " 10.11.10 "
2624MARIADB_RANDOM_ROOT_PASSWORD = " yes"
2725MARIADB_AUTO_UPGRADE = " yes"
2826MARIADB_DISABLE_UPGRADE_BACKUP = " yes"
@@ -54,15 +52,4 @@ ROOT_PATH="/home/${BRAND}"
5452MAGENTO_ROOT_PATH = " ${ ROOT_PATH } /public_html"
5553MAGENTO_PUB_PATH = " ${ MAGENTO_ROOT_PATH } /pub"
5654
57- ADMIN_FIRSTNAME = " John"
58- ADMIN_LASTNAME = " Silver"
59- ADMIN_EMAIL = " admin@magenx.org"
60- ADMIN_LOGIN = " admin"
61-
62- ADMIN_PATH = " "
63- CRYPT_KEY = " "
64-
65- LOCALE = " en_US"
66- CURRENCY = " EUR"
67-
6855# # generated passwords for services
You can’t perform that action at this time.
0 commit comments