Created
June 23, 2021 08:06
-
-
Save bka/21c84de4ad21f26c536c3f5b4787a318 to your computer and use it in GitHub Desktop.
magedev.json magento 2.4.x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"magento_version": "2", | |
"project_name": "magento2-demo", | |
"php_version": "7.4", | |
"image_version": "1.1", | |
"domain": "magento.local", | |
"mysql_version": "5.7", | |
"es_version": "7.10.1", | |
"dump_file": "var/dump.sql", | |
"source_folder": "Source/", | |
"docker": { | |
"links": { | |
"main": ["mysql", "redis", "elasticsearch", "varnish"], | |
"varnish": ["main"] | |
}, | |
"ports": { | |
"main": { | |
"80": "8080", | |
"3000": "3000", | |
"3001": "3001" | |
}, | |
"mysql": { | |
"3306": "3306" | |
}, | |
"varnish": { | |
"80": "80" | |
}, | |
"elasticsearch": { | |
"9200": "9200", | |
"9300": "9300" | |
}, | |
"mailcatcher": { | |
"1080": "1080", | |
"1025": "1025" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment