{"id":15188613,"url":"https://github.com/klipitkas/laravel-docker","last_synced_at":"2026-03-02T08:33:26.610Z","repository":{"id":74121438,"uuid":"137917961","full_name":"klipitkas/laravel-docker","owner":"klipitkas","description":"Laravel with docker-compose.","archived":false,"fork":false,"pushed_at":"2020-09-11T16:55:06.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T06:27:41.495Z","etag":null,"topics":["docker-image","docker-images","fpm","laravel","laravel-docker","laravel-framework","laravel-installer","laravel6","php","php-fpm","stack"],"latest_commit_sha":null,"homepage":"","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/klipitkas.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":"2018-06-19T16:32:28.000Z","updated_at":"2023-03-07T06:38:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"6321ef3b-72c5-4960-b512-895a6e5821bf","html_url":"https://github.com/klipitkas/laravel-docker","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"76463cd8617346a021ac524174cefae43ac3ccc3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klipitkas/laravel-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Flaravel-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Flaravel-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Flaravel-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Flaravel-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klipitkas","download_url":"https://codeload.github.com/klipitkas/laravel-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klipitkas%2Flaravel-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["docker-image","docker-images","fpm","laravel","laravel-docker","laravel-framework","laravel-installer","laravel6","php","php-fpm","stack"],"created_at":"2024-09-27T19:23:31.570Z","updated_at":"2026-03-02T08:33:26.576Z","avatar_url":"https://github.com/klipitkas.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A local Laravel development stack\n\nA repository containing the required 🐳 Docker images for running a portable\nLaravel installation.\n\nLaravel + Docker = ❤️\n\n### STACK\n\n- php **7.3** + nginx **1.16.1** (alpine)\n- supervisord **4.1.0** (alpine)\n- mariadb **10.4** (bionic)\n- phpmyadmin\n- redis **5** (alpine)\n- mongodb **4.2.6**\n\n### VOLUMES\n\nWe are now using named volumes, for the databases. To view the available volumes you can do:\n\n```shell\n$ docker volume ls\n```\n\n### START\n\nOpen a terminal and execute the following command in order to start the stack:\n\n```shell\n$ docker-compose up -d\n```\n\n### STOP\n\nIn order to stop the stack execute the following command:\n\n```shell\n$ docker-compose down\n```\n\n### REBUILD\n\nUse:\n\n```shell\n$ docker-compose up --build -d\n```\n\nor:\n\n```shell\n$ docker-compose build\n```\n\n### DELETE THE VOLUMES\n\n**WARNING**: This is a potentially catastrophic action and will delete any data\nin those volumes:\n\n```shell\n$ docker-compose down -v\n```\n\n### DOES IT WORK\n\nAdd the Laravel files in the mounted directory and then visit:\n\n- http://localhost\n\n### FAQ\n\nIf you need access from a container to another instead of using the internal\nIP addresses of the containers, you can instead use their hostnames:\n\n- app (for the php-fpm/nginx container)\n- database (for the mariadb container)\n- pma (for the phpmyadmin container)\n- queue (for the redis container)\n- mongo (for the mongodb container)\n\n### BUG REPORTS - FEATURE REQUESTS\n\nFor 🐞 reports please [open an issue](https://github.com/klipitkas/laravel-docker/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklipitkas%2Flaravel-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklipitkas%2Flaravel-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklipitkas%2Flaravel-docker/lists"}