{"id":17540100,"url":"https://github.com/reiterus/quick-docker-symfony","last_synced_at":"2026-02-26T18:08:28.858Z","repository":{"id":54335596,"uuid":"522112433","full_name":"reiterus/quick-docker-symfony","owner":"reiterus","description":"Quick start Symfony 5 project via docker-compose","archived":false,"fork":false,"pushed_at":"2023-01-06T04:06:50.000Z","size":71,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T20:21:25.821Z","etag":null,"topics":["docker","docker-compose","pgadmin","postgresql","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/reiterus.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}},"created_at":"2022-08-07T04:06:21.000Z","updated_at":"2022-08-07T08:52:02.000Z","dependencies_parsed_at":"2023-02-05T07:01:41.654Z","dependency_job_id":null,"html_url":"https://github.com/reiterus/quick-docker-symfony","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/reiterus/quick-docker-symfony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fquick-docker-symfony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fquick-docker-symfony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fquick-docker-symfony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fquick-docker-symfony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reiterus","download_url":"https://codeload.github.com/reiterus/quick-docker-symfony/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiterus%2Fquick-docker-symfony/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T16:38:37.846Z","status":"ssl_error","status_checked_at":"2026-02-26T16:37:58.932Z","response_time":89,"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","pgadmin","postgresql","symfony"],"created_at":"2024-10-20T22:08:14.273Z","updated_at":"2026-02-26T18:08:28.838Z","avatar_url":"https://github.com/reiterus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Docker Symfony\n\nThis repository will allow you to start a Symfony project **very quickly** \nwith PostgreSQL 14, pgAdmin 4 and one of three php versions: \n- 7.4.3\n- 8.0.9\n- 8.1.8\n\nFor ease of use, ports, containers and networks\n**have the abbreviated name** of the php version in their name: 743, 809 and 818.\n\n# Peculiarities\n* inside the container you will be as user `app`\n* available: xdebug, composer, nano, mc, curl, wget\n* credentials can be found in the `.env` file\n\n## Compliance\n\nBetween php and Symphony versions\n\n| #   | php | Symfony |\n|-----|-----|---------|\n| 1   |  7.4.3   | 5.4.11     |\n| 2   |  8.0.9   | 6.0.11     |\n| 3   |  8.1.8   | 6.1.3     |\n\n## Usage\n\n**Step #1**: build php-image and run project as daemon\n\u003e docker-compose up -d --build\n\n**Step #2**: enter into php container\n\u003e docker exec -it php743 bash  \n\u003e docker exec -it php809 bash  \n\u003e docker exec -it php818 bash\n\n**Step #3**: install dependencies\n\u003e composer install\n\nSteps #2 and #3 can be combined into one\n\u003e docker exec -it php743 composer install\n\nVoila! All is ready!\n\n# Hints\n```shell\ndocker-compose up -d --build\ndocker exec -it php743 bash\n\ndocker container rename php743 pre_php743\ndocker container rename web743 pre_web743\ndocker container rename db743 pre_db743\ndocker stop pre_php743 pre_web743 pre_db743\n\ndocker cp php743:/path/to/container/file.txt .\ndocker cp file.txt php743:/path/to/container/directory\n\ndocker rm $(docker ps -aq) -f\ndocker rmi $(docker images -q) -f\n\ndocker-compose down -v\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiterus%2Fquick-docker-symfony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freiterus%2Fquick-docker-symfony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiterus%2Fquick-docker-symfony/lists"}