{"id":13752143,"url":"https://github.com/arvatoSCM/dockerize-magento2","last_synced_at":"2025-05-09T18:33:11.806Z","repository":{"id":46706256,"uuid":"54977546","full_name":"arvatoSCM/dockerize-magento2","owner":"arvatoSCM","description":"Composer package for dockerizing Magento 2","archived":false,"fork":false,"pushed_at":"2021-06-23T12:09:04.000Z","size":26,"stargazers_count":112,"open_issues_count":16,"forks_count":56,"subscribers_count":24,"default_branch":"develop","last_synced_at":"2025-03-23T01:18:10.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arvatoSCM.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-29T13:22:32.000Z","updated_at":"2023-08-24T15:01:48.000Z","dependencies_parsed_at":"2022-08-27T06:12:23.030Z","dependency_job_id":null,"html_url":"https://github.com/arvatoSCM/dockerize-magento2","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvatoSCM%2Fdockerize-magento2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvatoSCM%2Fdockerize-magento2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvatoSCM%2Fdockerize-magento2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvatoSCM%2Fdockerize-magento2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvatoSCM","download_url":"https://codeload.github.com/arvatoSCM/dockerize-magento2/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253303246,"owners_count":21886914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T09:01:00.201Z","updated_at":"2025-05-09T18:33:10.989Z","avatar_url":"https://github.com/arvatoSCM.png","language":"Shell","funding_links":[],"categories":["Open Source Extensions"],"sub_categories":["Development Utilities"],"readme":"# Dockerize Magento 2\n\nA composer package for dockerizing Magento 2\n\nThe composer package **arvatoscm/dockerize-magento2** deploys docker infrastructure defintion files such as [docker-compose.yml](docker-compose.yml) to your Magento 2 root folder and enables you to host your Magento 2 shops without having to install Apache/Nginx, MySQL or PHP on your system.\n\n## Package Name\n\n`arvatoscm/dockerize-magento2`\n\n## Software Requirements\n\nFor Linux users you must have a recent version of [docker](https://github.com/docker/docker/releases) and [docker-compose](https://github.com/docker/compose/releases) installed.\n\nIf you are a Mac or Windows user, use the [Docker Toolbox](https://www.docker.com/products/docker-toolbox).\n\n## Installation\n\nAdd `arvatoscm/dockerize-magento2` to your existing Magento 2 shop:\n\n```bash\ncomposer require --ignore-platform-reqs arvatoscm/dockerize-magento2\nchmod +x bin/console\n```\n\nThis will place some files in your Magento root:\n\n- `docker-compose.yml`\nThe docker infrastructure definition\n- `bin/console`\nA utility script for controlling dockerized Magento projects\n- `config`\nA folder which contains the configuration files for PHP, Nginx and phpMyAdmin\n\n\n## Usage\n\n`dockerize-magento2` comes with `bin/console` script that can be used to install Magento and to execute Magentos' bin/magento script inside the PHP docker container:\n\nTrigger the Magento 2 installation process:\n\n```bash\nbin/console install \u003chostname\u003e\n```\n\nStart the docker containers:\n\n```bash\nbin/console start\n```\n\nStop the docker containers:\n\n```bash\nbin/console stop\n```\n\nExecute `bin/magento` inside the docker container:\n\n```bash\nbin/console exec [arguments]\n```\n\nFor more information on how to use docker-compose visit: https://docs.docker.com/compose/\n\n## Configuration\n\nThe `install` action depends on some parameters such as usernames and passwords. We have put in some default values for you that will work for a quick test:\n\n```\nDATABASE_NAME=\"magento2dockerized\"\nDATABASE_USER=\"magento\"\nDATABASE_PASSWORD=\"enAVINa2\"\nDATABASE_ROOT_PASSWORD=\"enAVINa2\"\n\nADMIN_USERNAME=\"admin\"\nADMIN_FIRSTNAME=\"Admin\"\nADMIN_LASTNAME=\"Inistrator\"\nADMIN_EMAIL=\"johndoe@example.com\"\nADMIN_PASSWORD=\"enAVINa2\"\n\nDEFAULT_LANGUAGE=\"en_US\"\nDEFAULT_CURRENCY=\"EUR\"\nDEFAULT_TIMEZONE=\"Europe/Berlin\"\n\nBACKEND_FRONTNAME=\"management\"\n```\n\nIf you want to use different parameters change the values in the [.env](.env) file to your needs.\nAfter customizing the parameters just run trigger the installation with `bin/console install \u003chostname\u003e`.\n\n## Licensing\n\ndockerize-magento2 is licensed under the Apache License, Version 2.0.\nSee [LICENSE](LICENSE) for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FarvatoSCM%2Fdockerize-magento2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FarvatoSCM%2Fdockerize-magento2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FarvatoSCM%2Fdockerize-magento2/lists"}