{"id":18056225,"url":"https://github.com/ferror/symfony-image","last_synced_at":"2026-02-04T12:35:50.021Z","repository":{"id":42977478,"uuid":"330766581","full_name":"Ferror/symfony-image","owner":"Ferror","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-25T07:50:51.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-15T23:03:49.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/Ferror.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":"2021-01-18T19:28:12.000Z","updated_at":"2022-01-04T02:01:11.000Z","dependencies_parsed_at":"2022-09-22T05:12:47.157Z","dependency_job_id":null,"html_url":"https://github.com/Ferror/symfony-image","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Ferror/symfony-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ferror%2Fsymfony-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ferror%2Fsymfony-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ferror%2Fsymfony-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ferror%2Fsymfony-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ferror","download_url":"https://codeload.github.com/Ferror/symfony-image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ferror%2Fsymfony-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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":[],"created_at":"2024-10-31T01:14:25.191Z","updated_at":"2026-02-04T12:35:49.993Z","avatar_url":"https://github.com/Ferror.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# symfony-image\n\n## Docker sizes\n\n| Image | Size |\n| ----- | ---- |\n| PHP 7.4 | ![Docker Hub](https://badgen.net/docker/size/ferror/symfony-image/7.4)      |\n| PHP 8.0 | ![Docker Hub](https://badgen.net/docker/size/ferror/symfony-image/8.0)      |\n| PHP 8.1 | ![Docker Hub](https://badgen.net/docker/size/ferror/symfony-image/8.1)      |\n| GRPC    | ![Docker Hub](https://badgen.net/docker/size/ferror/symfony-image/8.0-grpc) |\n| DEV     | ![Docker Hub](https://badgen.net/docker/size/ferror/symfony-image/dev)      |\n\n## Use Case\n### Docker Compose\n```dockerfile\nservices:\n    traefik:\n        image: traefik:2.3\n        command:\n            - \"--log.level=DEBUG\"\n            - \"--api.insecure=true\"\n            - \"--providers.docker=true\"\n            - \"--providers.docker.exposedbydefault=false\"\n            - \"--entrypoints.web.address=:80\"\n        ports:\n            - \"80:80\"\n            - \"8080:8080\"\n        volumes:\n            - /var/run/docker.sock:/var/run/docker.sock:ro\n        networks:\n            ferror:\n                ipv4_address: 192.168.10.2\n\n    symfony:\n        image: ferror/symfony-image:{IMAGE_VERSION}\n        command: [\"make\", \"run\"]\n        labels:\n            - \"traefik.enable=true\"\n            - \"traefik.http.routers.symfony.rule=Host(`symfony.malcherczyk.localhost`)\"\n        volumes:\n            - ./:/app:delegated\n        depends_on:\n            - traefik\n\tnetworks:\n            - ferror\n\nnetworks:\n    ferror:\n        driver: bridge\n        ipam:\n            driver: default\n            config:\n                - subnet: 192.168.10.0/24\n```\n\n### Makefile\n```makefile\nrun:\n\tcomposer install --no-interaction --prefer-dist\n\texec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf\n```\n\n## Development\n### Build Dockerfile Image\n\n`docker build -t docker-name .`\n\n### Get into the container\n\n`docker run -i -t docker-name`\n\nBadges powered by [Badgen](https://badgen.net) - so if they fail - you know where to go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferror%2Fsymfony-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferror%2Fsymfony-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferror%2Fsymfony-image/lists"}