{"id":20316989,"url":"https://github.com/habibun/symfony-docker","last_synced_at":"2026-04-12T14:46:19.285Z","repository":{"id":43417153,"uuid":"218960256","full_name":"habibun/symfony-docker","owner":"habibun","description":"Symfony with Docker","archived":false,"fork":false,"pushed_at":"2023-03-31T16:31:13.000Z","size":20716,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-14T13:15:24.767Z","etag":null,"topics":["docker","docker-compose","docker-container","docker-engine","docker-environment","dockerfile","php","php-fpm","symfony","symfony-bundle"],"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/habibun.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":"2019-11-01T10:00:51.000Z","updated_at":"2023-06-06T11:50:49.000Z","dependencies_parsed_at":"2024-11-14T18:41:15.415Z","dependency_job_id":null,"html_url":"https://github.com/habibun/symfony-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/habibun%2Fsymfony-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibun%2Fsymfony-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibun%2Fsymfony-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibun%2Fsymfony-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/habibun","download_url":"https://codeload.github.com/habibun/symfony-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818894,"owners_count":20025210,"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","docker-compose","docker-container","docker-engine","docker-environment","dockerfile","php","php-fpm","symfony","symfony-bundle"],"created_at":"2024-11-14T18:29:01.912Z","updated_at":"2025-12-31T01:03:19.302Z","avatar_url":"https://github.com/habibun.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About The Project\n\n[Symfony][symfony_website] with [Docker][docker_website]  \n\nPlease check the [projects](#projects) section for more details.\n\n\n## Overview\n| Branch           | Docker Version | Symfony Version | PHP Version |\n|------------------|----------------|-----------------|-------------|\n| [twilio][twilio] | `^23.0`        | `^5.4`          | `^8.0`      |\n| [mnsami][mnsami] | `^23.0`         | `^5.4`          | `^7.4`      |\n\n\n## Projects\n\u003cdetails\u003e\u003csummary\u003eGet Started with Docker Compose and Symfony\u003c/summary\u003e  \n\n\u003cimg\nsrc=\"https://user-images.githubusercontent.com/5810350/229069307-d67be635-6543-41ed-9c9c-0fcabb35b08a.png\"\nalt=\"twilio\"\nwidth=\"50%\"\n/\u003e\n\n**Code:** https://github.com/habibun/symfony-docker/tree/twilio  \n**Resources:**\n- [How to Get Started with Docker Compose and Symfony](https://www.twilio.com/blog/get-started-docker-symfony)\n\n##### Prerequisites: [Symfony CLI][symfony_cli], [PHP][php], [Composer][composer], [Git][git], [MySQL][mysql], [Docker][docker], [Docker Compose][docker_compose]\n\n#### Installation\n\n```bash \n# Clone the repository using the command\ngit clone git@github.com:habibun/symfony-docker.git\n\n# Navigate into the cloned directory\ncd symfony-docker\n\n# Checkout to project branch\ngit checkout twilio\n\n# Create .env.local file\nmake init\n```\n\nConfigure the database connection in the .env.local file\n\n```bash\n# Start docker services\nmake start\n \n# Install project\nmake install\n```\n\nPlease check more rules in [Makefile][twilio_makefile].\n\n##\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\u003csummary\u003eDockerized Symfony backend app with ReactJs for frontend with hotloading enabled\u003c/summary\u003e  \n\n\u003cimg\nsrc=\"https://user-images.githubusercontent.com/5810350/229175263-19b276ff-ea29-45e3-8404-067b7fc1424f.png\"\nalt=\"mnsami\"\nwidth=\"50%\"\n/\u003e\n\n**Code:** https://github.com/habibun/symfony-docker/tree/mnsami  \n**Resources:**\n- [Setup a dockerized Symfony backend app with ReactJs for frontend with hotloading enabled](https://minasami.com/2021/06/23/part-1-setup-reactjs-symfony-app-with-hotloading.html)\n\n#### Prerequisites\n- [Symfony CLI][symfony_cli], [PHP][php], [Composer][composer], [Git][git], [MySQL][mysql], [Docker][docker], [Docker Compose][docker_compose]\n\n#### Installation\n\n```bash \n# Clone the repository using the command\ngit clone git@github.com:habibun/symfony-docker.git\n\n# Navigate into the cloned directory\ncd symfony-docker\n\n# Checkout to project branch\ngit checkout mnsami\n\n# Create .env.local file\nmake init\n```\n\n```bash \n# Start docker services\nmake start\n\n# Install project\nmake install\n```\n\nPlease check more rules in [Makefile][mnsami_makefile].\n\n##\n\u003c/details\u003e\n\n## Template\n  - [php7.4-fpm](./template/php7.4-fpm)\n\n## Learn More \n- [Docker Docs](https://docs.docker.com/)   \n- [Introducing Docker support](https://symfony.com/blog/introducing-docker-support)\n- [Using Docker with Symfony](https://symfony.com/doc/current/setup/docker.html)\n- [Docker Integration](https://symfony.com/doc/current/setup/symfony_server.html#docker-integration)\n- [Learn Enough Docker to be Useful](https://towardsdatascience.com/learn-enough-docker-to-be-useful-b7ba70caeb4b)\n\n\n## Related\n- [Docker](https://github.com/habibun/docker)\n\n\n## License\nDistributed under the MIT License. See **[LICENSE][license]** for more information.\n\n\n[//]: # (Links)\n[license]: https://github.com/habibun/symfony-docker/blob/main/LICENSE\n[symfony_website]: https://symfony.com/\n[docker_website]: https://www.docker.com/\n\n\n[twilio]: https://github.com/habibun/symfony-docker/tree/twilio\n[twilio_makefile]: https://github.com/habibun/symfony-docker/blob/twilio/Makefile\n\n[mnsami]: https://github.com/habibun/symfony-docker/tree/mnsami\n[mnsami_makefile]: https://github.com/habibun/symfony-docker/blob/mnsami/Makefile\n\n[//]: # (Prerequisites)\n[symfony_cli]: https://symfony.com/download\n[php]: https://www.php.net/\n[composer]: https://getcomposer.org/\n[git]: https://git-scm.com/\n[mysql]: https://www.mysql.com/\n[node]: https://nodejs.org/\n[docker]: https://www.docker.com/\n[docker_compose]: https://docs.docker.com/compose/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibun%2Fsymfony-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhabibun%2Fsymfony-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibun%2Fsymfony-docker/lists"}