{"id":18627156,"url":"https://github.com/markshust/magento2-stackfile","last_synced_at":"2026-01-24T20:19:24.131Z","repository":{"id":142878432,"uuid":"48391136","full_name":"markshust/magento2-stackfile","owner":"markshust","description":"Stackfile for deploying a Magento 2 site to Tutum","archived":false,"fork":false,"pushed_at":"2015-12-29T12:42:28.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-17T08:48:05.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/markshust.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}},"created_at":"2015-12-21T19:52:59.000Z","updated_at":"2020-02-03T09:43:31.000Z","dependencies_parsed_at":"2023-03-21T21:47:54.077Z","dependency_job_id":null,"html_url":"https://github.com/markshust/magento2-stackfile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markshust/magento2-stackfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-stackfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-stackfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-stackfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-stackfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markshust","download_url":"https://codeload.github.com/markshust/magento2-stackfile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-stackfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28736503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-07T04:40:44.997Z","updated_at":"2026-01-24T20:19:24.098Z","avatar_url":"https://github.com/markshust.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutum Stackfile for Magento 2\n\nPlease see blog post at \u003ca href=\"http://mageinferno.com/blog/deploy-magento-2-digital-ocean-tutum\"\u003ehttp://mageinferno.com/blog/deploy-magento-2-digital-ocean-tutum\u003c/a\u003e for more details about this Stackfile.\n\n```\napp:\n  image: mageinferno/magento2-nginx:1.9.9-1\n  ports:\n    - '80:80'\n  links:\n    - php-fpm\n    - db\n  volumes_from:\n    - appdata\n  environment:\n    - VIRTUAL_HOST=PROJECTID-username.node.tutum.io\n\nappdata:\n  image: tianon/true\n  volumes:\n    - /src\n\nphp-fpm:\n  image: mageinferno/magento2-php:7.0.1-fpm-2\n  links:\n    - db\n  volumes_from:\n    - appdata\n\ndb:\n  image: mariadb:10.0.23\n  ports:\n    - '3306:3306'\n  volumes_from:\n    - dbdata\n  environment:\n    - MYSQL_DATABASE=magento2\n    - MYSQL_PASSWORD=magento2\n    - MYSQL_ROOT_PASSWORD=magento2\n    - MYSQL_USER=magento2\n\ndbdata:\n  image: tianon/true\n  volumes:\n    - /var/lib/mysql\n\nsetup:\n  image: mageinferno/magento2-php:7.0.1-fpm-2\n  command: /usr/local/bin/mage-setup\n  links:\n    - db\n  volumes_from:\n    - appdata\n  environment:\n    - M2SETUP_DB_HOST=db\n    - M2SETUP_DB_NAME=magento2\n    - M2SETUP_DB_USER=magento2\n    - M2SETUP_DB_PASSWORD=magento2\n    - M2SETUP_BASE_URL=http://PROJECTID-username.node.tutum.io/\n    - M2SETUP_ADMIN_FIRSTNAME=Admin\n    - M2SETUP_ADMIN_LASTNAME=User\n    - M2SETUP_ADMIN_EMAIL=dummy@gmail.com\n    - M2SETUP_ADMIN_USER=magento2\n    - M2SETUP_ADMIN_PASSWORD=magento2\n    - M2SETUP_VERSION=2.0.0\n    - M2SETUP_USE_SAMPLE_DATA=true\n    - M2SETUP_USE_ARCHIVE=true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkshust%2Fmagento2-stackfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkshust%2Fmagento2-stackfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkshust%2Fmagento2-stackfile/lists"}