{"id":20697935,"url":"https://github.com/fly-apps/laravel-docker","last_synced_at":"2025-08-21T11:32:44.164Z","repository":{"id":104277675,"uuid":"582771672","full_name":"fly-apps/laravel-docker","owner":"fly-apps","description":"Base Docker images for use with Laravel on Fly.io","archived":false,"fork":false,"pushed_at":"2024-12-07T13:47:27.000Z","size":45,"stargazers_count":44,"open_issues_count":5,"forks_count":10,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-12-07T14:24:22.896Z","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/fly-apps.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":"2022-12-27T20:31:44.000Z","updated_at":"2024-12-07T13:31:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ebfd1c3-0c45-4f01-831f-59dad9d22bc5","html_url":"https://github.com/fly-apps/laravel-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Flaravel-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Flaravel-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Flaravel-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fly-apps%2Flaravel-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fly-apps","download_url":"https://codeload.github.com/fly-apps/laravel-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230511479,"owners_count":18237657,"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":[],"created_at":"2024-11-17T00:20:46.846Z","updated_at":"2024-12-19T23:13:26.835Z","avatar_url":"https://github.com/fly-apps.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Docker\n\nThis repository creates base Docker images for use with [Laravel](https://laravel.com) on [Fly.io](https://fly.io). \n\n## PHP\n\nThis creates a base container for the following PHP versions\n\n* 7.4\n* 8.0\n* 8.1\n* 8.2\n* 8.3\n* 8.4\n\nBuilt containers from this project will be available at https://hub.docker.com/r/fideloper/fly-laravel\n\n## Building\n\nYou can build containers from this project using a command like so:\n\n```bash\n# From the project root:\nPHP_VERSION=\"8.4\"\ndocker build \\\n    -t myimage:$PHP_VERSION\n    --build-arg PHP_VERSION=$PHP_VERSION \\\n    -f src/Dockerfile \\\n    ./src\n```\n\n## Configuration\n\nThe following environment variables can be set at run-time or when extending this container:\n\n| env  | description                          | default value |\n|------|--------------------------------------|---------------|\n| PHP_PM_MAX_CHILDREN | php-fpm setting pm.max_children      | 10            |\n| PHP_PM_START_SERVERS | php-fpm setting pm.start_servers     | 3             |\n| PHP_MIN_SPARE_SERVERS | php-fpm setting pm.min_spare_servers | 2             |\n| PHP_MAX_SPARE_SERVERS | php-fpm setting pm.max_spare_servers | 4             |\n| PHP_DATE_TIMEZONE | php setting timezone                 | UTC           |\n| PHP_DISPLAY_ERRORS | php setting display_errors           | Off           |\n| PHP_ERROR_REPORTING | php setting error_reporting          | 22527         |\n| PHP_MEMORY_LIMIT | php setting memory_limit             | 256M          |\n| PHP_MAX_EXECUTION_TIME | php setting max_execution_time       | 90            |\n| PHP_POST_MAX_SIZE | php setting post_max_size            | 100M          |\n| PHP_UPLOAD_MAX_FILE_SIZE | php setting upload_max_file_size     | 100M          |\n| PHP_ALLOW_URL_FOPEN | php setting allow_url_fopen     | Off          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffly-apps%2Flaravel-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffly-apps%2Flaravel-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffly-apps%2Flaravel-docker/lists"}