{"id":37776298,"url":"https://github.com/borderliner/zen-docker-php82","last_synced_at":"2026-01-16T15:00:47.190Z","repository":{"id":228859870,"uuid":"775116710","full_name":"Borderliner/zen-docker-php82","owner":"Borderliner","description":"☯ Zen Docker: php (8.2) + mysql (latest) + redis (latest)","archived":false,"fork":false,"pushed_at":"2024-07-15T13:45:30.000Z","size":597,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-16T14:48:15.406Z","etag":null,"topics":["docker","nginx","php","redis"],"latest_commit_sha":null,"homepage":"https://github.com/Borderliner/zen-docker-php82","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/Borderliner.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":"2024-03-20T19:42:25.000Z","updated_at":"2024-07-16T08:47:11.000Z","dependencies_parsed_at":"2024-07-15T14:27:32.254Z","dependency_job_id":null,"html_url":"https://github.com/Borderliner/zen-docker-php82","commit_stats":null,"previous_names":["borderliner/php-mysql-adminer-redis-docker","borderliner/zen-docker-php82"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Borderliner/zen-docker-php82","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borderliner%2Fzen-docker-php82","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borderliner%2Fzen-docker-php82/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borderliner%2Fzen-docker-php82/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borderliner%2Fzen-docker-php82/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Borderliner","download_url":"https://codeload.github.com/Borderliner/zen-docker-php82/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Borderliner%2Fzen-docker-php82/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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","nginx","php","redis"],"created_at":"2026-01-16T15:00:29.628Z","updated_at":"2026-01-16T15:00:47.058Z","avatar_url":"https://github.com/Borderliner.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ☯ Zen Docker \"dev-only\" PHP-8.2, Nginx, Redis \u0026 MySQL stack (inc. Composer, NodeJs, Adminer)\n\n### What is this repo?\nThis repo provides you a working development setup for your custom PHP docker image. You can tweak it as you like. There are other pre-made solutions you can try:\n- [DDEV](https://ddev.com/)\n- [Lando](https://docs.lando.dev/plugins/php)\n- [Devilbox](http://devilbox.org/) (Outdated)\n\n### Usage\n- Use `docker-compose up` inside this directory to setup your docker containers and start the main PHP container. Everything inside `www` folder will be the root of nginx. By default, files will be served from `www/your_app/public`.\n- Use `docker-compose build` to rebuild it in case you've made changes especially to `PHP.Dockerfile`\n\n\n### Config\n- Change `etc/nginx/nginx.conf` value of `root` to the root public folder you want. App will be served from here (typically a `public` folder in frameworks like Laravel)\n- You may want to relocate `www/.devcontainer` into `www/your_app/.devcontainer` if your project is in `your_app` folder.\n- Set Nodejs version in `.env` have the latest node\n\n### Paths\nNginx URL: \u003ca href=\"http://localhost/\" target=\"_blank\"\u003ehttp://localhost/\u003c/a\u003e\n\nAdminer URL: \u003ca href=\"http://localhost:8080/\" target=\"_blank\"\u003ehttp://localhost:8080/\u003c/a\u003e\n\n### Ports Used\n- 80   (nginx)\n- 8080 (adminer)\n- 9000 (php-fpm)\n- 5173 (vite)\n- 3306 (mysql)\n- 6379 (redis)\n\n### Database Info\nCreates 3 empty databases:\n1. app_dev\n2. app_prod\n3. app_test\n\nCreates 2 users (both admin):\n1. admin:admin\n2. root:root\n\n### PHP Modules\n- zip\n- simplexml\n- xml\n- mbstring\n- intl\n- bcmath\n- mcrypt\n- oauth\n- gd\n- pdo\n- pdo_mysql\n- mysqli\n- redis\n- yaml\n- xdebug\n- imagick\n- memcache-8.2\n- xdebug-3.3.1\n- ioncube\n### Tools\n- composer\n- nodejs \u0026 npm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborderliner%2Fzen-docker-php82","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborderliner%2Fzen-docker-php82","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborderliner%2Fzen-docker-php82/lists"}