{"id":15028177,"url":"https://github.com/toa-anakin/lumen-docker-dev","last_synced_at":"2026-04-02T02:05:57.694Z","repository":{"id":210330488,"uuid":"726305032","full_name":"TOA-Anakin/lumen-docker-dev","owner":"TOA-Anakin","description":"Docker setup for Lumen with Nginx and PHP 8.2","archived":false,"fork":false,"pushed_at":"2023-12-02T05:04:45.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T21:47:35.663Z","etag":null,"topics":["docker","laravel-lumen","lumen","lumen-framework","lumen-micro-framework","lumen-php-framework","nginx","php82"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TOA-Anakin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-02T02:01:48.000Z","updated_at":"2023-12-02T02:18:50.000Z","dependencies_parsed_at":"2024-10-12T13:00:33.554Z","dependency_job_id":null,"html_url":"https://github.com/TOA-Anakin/lumen-docker-dev","commit_stats":null,"previous_names":["toa-anakin/lumen-docker-dev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOA-Anakin%2Flumen-docker-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOA-Anakin%2Flumen-docker-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOA-Anakin%2Flumen-docker-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TOA-Anakin%2Flumen-docker-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TOA-Anakin","download_url":"https://codeload.github.com/TOA-Anakin/lumen-docker-dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243338221,"owners_count":20275449,"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":["docker","laravel-lumen","lumen","lumen-framework","lumen-micro-framework","lumen-php-framework","nginx","php82"],"created_at":"2024-09-24T20:07:44.760Z","updated_at":"2025-12-29T07:22:13.110Z","avatar_url":"https://github.com/TOA-Anakin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Setup for Laravel/Lumen projects\n\n## Local dev guide (Linux)\n\n1. Clone the repo:\n    ```.sh\n    git clone https://github.com/TOA-Anakin/lumen-docker-dev.git\n    ```\n2. Rename the cloned repo as desired: \n    ```.sh\n    mv lumen-docker-dev your_project_name\n    ```\n3. Check your user ID using the `id -u` command and update the `.docker/.env` file accordingly.\n4. `cd` into the `.docker` directory and build the Docker containers:\n    ```.sh\n    cd your_project_name/.docker\n    docker compose up -d --build\n    ```\n    Before the end of the process you should see a list of newly created (now running) containers:\n    ```.sh\n    [+] Running 2/2\n    ✔ Network lumen_docker_app      Created      0.1s \n    ✔ Container lumen_docker-api-1  Started      0.1s\n    ```\n5. Open the terminal of the PHP container (mine is named `lumen_docker-php-1`) and create a Lumen project using `composer`:\n    ```.sh\n    docker exec -it lumen_docker-php-1 bash\n    composer create-project --prefer-dist laravel/lumen tmpdir\n    ```\n    Move the contents of `temp_dir` into the project root:\n    ```.sh\n    mv tmpdir/* . \u0026\u0026 mv tmpdir/.[!.]* . \u0026\u0026 rmdir tmpdir\n    ```\n6. Access your Lumen web app at http://localhost","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoa-anakin%2Flumen-docker-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoa-anakin%2Flumen-docker-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoa-anakin%2Flumen-docker-dev/lists"}