{"id":20451337,"url":"https://github.com/graillus/docker-symfony","last_synced_at":"2026-03-10T04:04:57.800Z","repository":{"id":98729484,"uuid":"73552027","full_name":"graillus/docker-symfony","owner":"graillus","description":"Docker environment and tools for symfony developers","archived":false,"fork":false,"pushed_at":"2018-02-15T08:50:22.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:36:31.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graillus.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":"2016-11-12T12:43:22.000Z","updated_at":"2018-03-28T11:02:20.000Z","dependencies_parsed_at":"2023-05-25T01:15:37.408Z","dependency_job_id":null,"html_url":"https://github.com/graillus/docker-symfony","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/graillus/docker-symfony","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fdocker-symfony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fdocker-symfony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fdocker-symfony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fdocker-symfony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graillus","download_url":"https://codeload.github.com/graillus/docker-symfony/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graillus%2Fdocker-symfony/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"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":[],"created_at":"2024-11-15T10:57:18.264Z","updated_at":"2026-03-10T04:04:57.780Z","avatar_url":"https://github.com/graillus.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-symfony\n==============\n\nDocker development environment ready for Symfony Flex projects.\n\n## Features\n\n- php-fpm (alpine)\n- nginx (alpine)\n- composer\n- Xdebug\n- Blackfire\n\n## Requirements\n\n- Recent version of docker and docker-compose \n- An existing symfony installation :\n```sh\ndocker run -it --rm -v $(pwd):/app composer:latest composer create-project symfony/skeleton .\n```\n\n## Installation\n\n- Clone the repository\n```sh\ngit clone git@github.com:graillus/docker-symfony.git\ncd docker-symfony\n```\n\n- Copy all files to target project root\n```sh\ncp -R * .* /path/to/project\n```\n\n## Usage\n\nIn your project root directory, just build and lauch the containers:\n```sh\ndocker-compose build\ndocker-compose up -d\n```\n\n## Xdebug\n\nIf you want to use Xdebug remote debugging, you need to configure the Xdebug remote host.\n\nEdit the _docker-compose.yaml_ file :\n```yaml\n    php-fpm:\n      ...\n      environment:\n        XDEBUG_CONFIG: remote_host=172.20.0.1 # IP shown in the symfony profiler\n```\n\nNow configure your IDE with the following parameters:\n- IDE key: idekey\n- host: localhost\n- port: 80\n- debugger: Xdebug\n\nMap your local project directory to `/var/www/app` on the remote.\n\nRestart the containers and start listening for debug connections.\n\n## Blackfire\n\nTo enable blackfire agent, uncomment the **blackfire** service definition in the _docker-compose.yaml_ file.\n\nDon't forget to define the required environment variables or add them to your _.env_ file so the blackfire agent/client gets the right credentials.\n\nRead the [blackfire documentation](https://blackfire.io/docs/integrations/docker) for more details.\n\n## License\n\nWTFPL v2\n\n![WTFPL v2](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-1.png)\n\nSee the LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraillus%2Fdocker-symfony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraillus%2Fdocker-symfony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraillus%2Fdocker-symfony/lists"}