{"id":15076644,"url":"https://github.com/madman/sy2docker","last_synced_at":"2025-10-05T11:31:23.038Z","repository":{"id":62521645,"uuid":"83580205","full_name":"madman/sy2docker","owner":"madman","description":"Docker for Symfony2/3 projects","archived":true,"fork":false,"pushed_at":"2017-05-31T15:48:25.000Z","size":64,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-16T08:46:33.543Z","etag":null,"topics":["docker","skeleton","skeleton-application","symfony2","symfony3"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/madman.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}},"created_at":"2017-03-01T17:09:30.000Z","updated_at":"2023-07-06T14:00:00.000Z","dependencies_parsed_at":"2022-11-02T14:00:55.379Z","dependency_job_id":null,"html_url":"https://github.com/madman/sy2docker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madman%2Fsy2docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madman%2Fsy2docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madman%2Fsy2docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madman%2Fsy2docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madman","download_url":"https://codeload.github.com/madman/sy2docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235393591,"owners_count":18982818,"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","skeleton","skeleton-application","symfony2","symfony3"],"created_at":"2024-09-25T04:01:02.623Z","updated_at":"2025-10-05T11:31:17.760Z","avatar_url":"https://github.com/madman.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Symfony Docker Edition\n======================\n\nThe idea is to get up and running [Symfony][1] app, while keeping your machine clean. \nYou only need to have few packages installed to achieve this: git, docker and docker-compose.\n\n\u003e Mac and Windows users also require either docker-machine or docker for Mac.\n\nUp and running\n--------------\n\n\u003e Make sure you have [Docker][2] and [Docker Compose][3] properly set up in your environment. \n\nClone the repository\n\n```bash\n$ git clone git@github.com:madman/sy2docker.git\n```\n\nor\n\n```bash\ncomposer create-project --no-install --no-scripts madman/sy2docker\n```\n  \nManage files and folders access attributes\n\n```bash\n$ bin/init\n```\n\nBuild images\n\n```bash\n$ docker-compose build\n```\n\nRun containers\n\n```bash\n$ docker-compose up -d\n```\n\nInstall symfony dependencies\n\n```bash\n$ docker-compose run composer install \n```\n\nOpen [http://localhost:8080/](http://localhost:8080/) in your browser to enjoy the results.\n\n\nWhat's included?\n----------------\n\n  * nginx - 1.10.1\n  * fpm - php-fpm (php version is 5.6.30)\n  * mysql - 5.5\n  * composer - service to work with composer\n  * console - symfony console\n\nWhat differs from [Symfony Standard Edition][4]?\n------------------------------------------------\n\n  * removed SwiftmailerBundle package\n  * removed incenteev/composer-parameter-handler. All things are configured automatically.\n\nLicensing\n---------\nSymfony Docker Edition is licensed under MIT or BSD licenses. See [LICENSE][5] for the full license text.\n\nEnjoy!\n\n[1]:  https://symfony.com/doc/3.2/setup.html\n[2]:  https://docs.docker.com/engine/installation/\n[3]:  https://docs.docker.com/compose/install/\n[4]:  https://github.com/symfony/symfony-standard\n[5]:  https://github.com/madman/sy2docker/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadman%2Fsy2docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadman%2Fsy2docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadman%2Fsy2docker/lists"}