{"id":18762660,"url":"https://github.com/redsign77/m2-docker-sandbox","last_synced_at":"2025-10-30T20:41:52.098Z","repository":{"id":88757603,"uuid":"338794257","full_name":"RedSign77/m2-docker-sandbox","owner":"RedSign77","description":"Magento 2 docker sandbox","archived":false,"fork":false,"pushed_at":"2021-03-07T08:26:40.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T18:58:09.389Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedSign77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-14T11:53:32.000Z","updated_at":"2021-03-07T08:26:42.000Z","dependencies_parsed_at":"2023-07-16T23:07:21.336Z","dependency_job_id":null,"html_url":"https://github.com/RedSign77/m2-docker-sandbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/RedSign77/m2-docker-sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Fm2-docker-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Fm2-docker-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Fm2-docker-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Fm2-docker-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedSign77","download_url":"https://codeload.github.com/RedSign77/m2-docker-sandbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedSign77%2Fm2-docker-sandbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281880734,"owners_count":26577696,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-07T18:22:38.229Z","updated_at":"2025-10-30T20:41:52.068Z","avatar_url":"https://github.com/RedSign77.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker environment for Sandbox M2 project (Linux only)\n\n## First steps\n### Install _Docker_ and _Docker Compose_\nFor more information visit the [official Docker documentation](https://docs.docker.com/get-docker/).\n### Clone this repository\n```\ngit clone https://github.com/RedSign77/m2-docker-sandbox sandboxm2\n```\n\u003e Note: make sure you can clone repositories from GitLab over SSH\n### Stop all services using port 80 and 443\ne.g. Apache/Nginx server or another docker containers running on the host machine.\n\n## Setup\n### Option A) Build images, run containers and setup Magento using script (recommended)\nRun the\n```\nmake install\n```\ncommand from project root.\n\n### Option B) Build images, run containers and setup Magento manually\nRun the commands found in the `.docker/install.sh` bash script.\n\n#### Make commands\n**To run commands and scripts in the PHP container which contains Magento, use**\n```\nmake enter\n```\n\u003e Note: it is like login with SSH to a remote server\n\nTo flush the Redis storage:\n```\nmake redis-flush (or make rf)\n```\nTo shutdown the containers use:\n```\nmake down\n```\nFor more `make` options use:\n```\nmake help\n```\n\nAfter this you can visit the following URLs:\n\nMagento: [http://sandboxm2.localhost](http://artandsecret.localhost)\\\nphpMyAdmin: [http://phpmyadmin.localhost](http://phpmyadmin.localhost)\\\nMailHog: [http://mailhog.localhost](http://mailhog.localhost)\\\nTraefik: [http://traefik.localhost](http://traefik.localhost)\n\nMagento admin username/password: admin/Admin1234\\\nMagento admin URL: sboxadmin\n\n## Using HTTPS\nIf you want to visit the aforementioned URLs over HTTPS without security warnings, you must install the `RootCA.crt` certificate to your browser, found in the `.docker/traefik/certs` folder.\n\n## Notes\nTo run PHP, Magento, Composer, etc. commands, make sure you run them in the php-fpm container (see `make enter`)!\\\nGit is not installed in any of the containers, so use the host machine's git command instead!\n\n## List of used containers, volumes, networks\n### Services\n- applications; tianon/true (volume only container)\n- php-fpm; php:7.4-fpm\n- apache; apache:2.4.38-3+deb10u4\n- redis; redis:6.0.8\n- mariadb; mariadb:10.3.27\n- traefik; traefik:1.7-alpine\n- phpmyadmin; phpmyadmin/phpmyadmin\n- mailhog; mailhog/mailhog\n- elasticsearch; elasticsearch:7.9.3\n### Volumes\n- mysql (driver: local)\n- redis (driver: local)\n- elasticsearch (driver: local)\n### Networks\n- frontend (name: traefik; external)\n- backend (driver: bridge)\n\n## Maintainer(s):\n- Bálint Bérczy \u003cbalint.berczy@ecommsolvers.com\u003e\n- Zoltán Németh \u003czoltan.nemeth@ecommsolvers.com\u003e\n\n:fire: **Happy developing!**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsign77%2Fm2-docker-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredsign77%2Fm2-docker-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredsign77%2Fm2-docker-sandbox/lists"}