{"id":21157063,"url":"https://github.com/yano3nora/lampdock","last_synced_at":"2026-04-29T21:07:00.264Z","repository":{"id":100274853,"uuid":"190129500","full_name":"yano3nora/lampdock","owner":"yano3nora","description":"The Docker boilerplate for LAMP environment.","archived":false,"fork":false,"pushed_at":"2019-10-02T07:29:08.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-05T09:43:08.187Z","etag":null,"topics":["apache","docker","docker-compose","mysql","php"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/yano3nora.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":"2019-06-04T04:33:20.000Z","updated_at":"2019-10-02T07:29:10.000Z","dependencies_parsed_at":"2023-05-13T09:15:09.424Z","dependency_job_id":null,"html_url":"https://github.com/yano3nora/lampdock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yano3nora/lampdock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yano3nora%2Flampdock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yano3nora%2Flampdock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yano3nora%2Flampdock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yano3nora%2Flampdock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yano3nora","download_url":"https://codeload.github.com/yano3nora/lampdock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yano3nora%2Flampdock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["apache","docker","docker-compose","mysql","php"],"created_at":"2024-11-20T11:59:06.196Z","updated_at":"2026-04-29T21:07:00.247Z","avatar_url":"https://github.com/yano3nora.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"lampdock.\n===============\n\n\u003e posted: 2019.06.04  \n\u003e author: hyano@ampware.jp\n\n## OVERVIEW\nThe Docker boilerplate for LAMP environment.\n\n### Composition.\n- php 7.2.x\n- apache 2.4.x\n- mysql 5.7.x\n\n### DEPLOYMENT\n```sh\n# Set .env file.\n$ cp .env.development .env\n\n# Build containers.\n$ docker-compose build\n$ docker-compose run --rm db mysqld --initialize  # Only at first build.\n$ docker-compose up\n\n# Login to app container.\n$ docker-compose exec web bash\n\n# e.g. Install PHP framework that like the Laravel ...\napp\u003e composer create-project --prefer-dist laravel/laravel laravel\napp\u003e cd laravel\napp\u003e php artisan key:generate --show\n     \u003e base64:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\napp\u003e exit\n\n# Fix web root setting by env.\n$ vi .env\n  \u003e # WEB_ROOT=/var/www/html\n  \u003e WEB_ROOT=/var/www/laravel/public\n\n# Fix framework setting by env.\n#\n# ## NOTE ##\n# laravel/.env is ignored,\n# if there is a system environment variable of the same name.\n# ##########\n#\n$ vi .env\n  \u003e APP_KEY=base64:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n  \u003e DB_HOST=db\n\n# Rebuild containers.\n$ docker-compose down\n$ docker-compose build\n$ docker-compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyano3nora%2Flampdock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyano3nora%2Flampdock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyano3nora%2Flampdock/lists"}