{"id":18523590,"url":"https://github.com/joduplessis/docker-old","last_synced_at":"2026-04-19T04:38:13.593Z","repository":{"id":134969763,"uuid":"89249552","full_name":"joduplessis/docker-old","owner":"joduplessis","description":"General Docker odds \u0026 ends for projects. (mostly PHP stuff)","archived":false,"fork":false,"pushed_at":"2019-08-07T16:43:56.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T18:54:10.379Z","etag":null,"topics":["apache","docker","nginx","php","vhosts"],"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/joduplessis.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":"2017-04-24T14:21:42.000Z","updated_at":"2022-07-15T11:54:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"48ab4a05-3802-42d1-9a39-e671c7b42164","html_url":"https://github.com/joduplessis/docker-old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joduplessis/docker-old","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joduplessis%2Fdocker-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joduplessis%2Fdocker-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joduplessis%2Fdocker-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joduplessis%2Fdocker-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joduplessis","download_url":"https://codeload.github.com/joduplessis/docker-old/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joduplessis%2Fdocker-old/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000721,"owners_count":26082879,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["apache","docker","nginx","php","vhosts"],"created_at":"2024-11-06T17:36:23.028Z","updated_at":"2025-10-09T00:23:01.651Z","avatar_url":"https://github.com/joduplessis.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apache \u0026 PHP (vhost)\n\nThis is a general run-of-mill Apache installation using PHP. Nice thing here is that you can specify a vhosts file. Useful with Symfony \u0026 Laravel. \n\n```\ndocker build -t \"repo:tag\" .\ndocker run -p 80:80 -v $(pwd):/var/www/html repo:tag\n```\n\n# Apache \u0026 PHP (vanilla)\n\nStock standard Apache - serving from /var/www/html. Really good for CodeIgnitor, or other frameworks not requiring you to serve from a specific directory. Or CMS options too.\n\n```\ndocker build -t \"repo:tag\" .\ndocker run -p 80:80 -v $(pwd):/var/www/html repo:tag\n```\n\n# Nginx, PHP, Composer \u0026 MySQL\nUseful holistic Compose file for Nginx.\n```\ndocker compose up\n```\n\n# Docker\n\nNo files, but because I forget stuff.\n\n```\ndocker run --rm -v $(pwd):/app composer/composer install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoduplessis%2Fdocker-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoduplessis%2Fdocker-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoduplessis%2Fdocker-old/lists"}