{"id":21833099,"url":"https://github.com/null-none/docker-compose-php-stack","last_synced_at":"2026-04-07T09:31:31.555Z","repository":{"id":146603641,"uuid":"486522340","full_name":"null-none/docker-compose-php-stack","owner":"null-none","description":"A simple and light docker-compose stack for PHP apps","archived":false,"fork":false,"pushed_at":"2022-04-28T09:28:03.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-13T10:26:13.524Z","etag":null,"topics":["docker","docker-compose","nginx","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/null-none.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":"2022-04-28T09:09:53.000Z","updated_at":"2023-03-10T07:07:22.000Z","dependencies_parsed_at":"2023-04-18T04:42:59.774Z","dependency_job_id":null,"html_url":"https://github.com/null-none/docker-compose-php-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/null-none/docker-compose-php-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdocker-compose-php-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdocker-compose-php-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdocker-compose-php-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdocker-compose-php-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/null-none","download_url":"https://codeload.github.com/null-none/docker-compose-php-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdocker-compose-php-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31507958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["docker","docker-compose","nginx","php"],"created_at":"2024-11-27T19:27:54.700Z","updated_at":"2026-04-07T09:31:31.539Z","avatar_url":"https://github.com/null-none.png","language":"PHP","readme":"# Simple and light docker-compose stack for PHP apps\n\nStack with three cointainres: Nginx, PHP-fpm and Postgres with the purpose to use with any PHP project.\n\nYou can use (almost) the same enviroment to develop, production and testing!\n\nThis is a perfect alternative to usual Vagrant images... Forget Virtualbox and VMWare for develop!\n\nEach container is based in Alpine linux, a light distro which has only 5 Mb. This is a very light stack and scalable (this depends of your app)\n\n## Requirements\n\nYou only need docker and docker-compose installed.\n\nInstall [docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/)\n\n## Run\n\n```\ndocker-compose up\n```\n\nNow, you only have to visit http://localhost:8888 In http://localhost:8888/example.php you can see a little example querying Postgres\n\n## Structure\n\n```\n├── app\n│   ├── example.php # Example querying database\n│   └── index.php # phpinfo\n├── docker-compose.yml\n├── log # (Created after run docker-compose)\n│   ├── nginx # Nginx logs\n│   └── php-fmp # PHP logs\n├── .data # (Created after run docker-compose)\n│   └── db # Database data\n├── nginx\n│   └── vhost.conf # VirtualHost conf file for Nginx\n└── php-fpm\n    ├── Dockerfile # PHP docker image, modify it to add PHP extensions, for example\n    ├── php-fpm.conf # PHP-fpm conf file\n    └── php.ini # php.ini file\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fdocker-compose-php-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnull-none%2Fdocker-compose-php-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fdocker-compose-php-stack/lists"}