{"id":22039559,"url":"https://github.com/mpolinowski/docker-phalcon","last_synced_at":"2026-04-17T15:31:48.542Z","repository":{"id":111482926,"uuid":"562832406","full_name":"mpolinowski/docker-phalcon","owner":"mpolinowski","description":"Deploy a cPhalcon App with Docker","archived":false,"fork":false,"pushed_at":"2022-11-07T10:59:20.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T13:15:09.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/mpolinowski.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-07T10:59:14.000Z","updated_at":"2022-11-07T10:59:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"cfda9e2e-6373-4762-a363-798e5dbb1e11","html_url":"https://github.com/mpolinowski/docker-phalcon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mpolinowski/docker-phalcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Fdocker-phalcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Fdocker-phalcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Fdocker-phalcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Fdocker-phalcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpolinowski","download_url":"https://codeload.github.com/mpolinowski/docker-phalcon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Fdocker-phalcon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31934328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: 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-11-30T11:11:14.564Z","updated_at":"2026-04-17T15:31:48.521Z","avatar_url":"https://github.com/mpolinowski.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phalcon Framework with Docker\n\n\u003e Based on [Working with Phalcon Framework and Docker](https://medium.com/@rogsilva/working-with-phalcon-framework-and-docker-fef3fe5b85c8) by [Rogério Silva](https://medium.com/@rogsilva).\n\n\n## Build\n\n```bash\ndocker pull mariadb:latest\ndocker pull webdevops/php-nginx:7.4\nmkdir html\ndocker-compose build app\n```\n\n\n## Run the Service\n\n```bash\ndocker-compose up -d\n```\n\n\n## Configure the Phalcon App\n\nInitialize the application by generating a `composer.json`:\n\n```bash\ndocker exec -ti phalcon_app composer init\n```\n\nCreate a default Phalcon project using the [Phalcon Devtools](https://github.com/phalcon/phalcon-devtools):\n\n\n```bash\ndocker exec -ti phalcon_app composer require --dev phalcon/devtools\n```\n\n\n```bash\ndocker exec -ti phalcon_app ./vendor/bin/phalcon project application simple\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpolinowski%2Fdocker-phalcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpolinowski%2Fdocker-phalcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpolinowski%2Fdocker-phalcon/lists"}