{"id":20176589,"url":"https://github.com/phpmv/ubiquity-docker","last_synced_at":"2026-05-02T08:33:15.094Z","repository":{"id":90230436,"uuid":"486578887","full_name":"phpMv/ubiquity-docker","owner":"phpMv","description":"Docker-compose structure for php and Ubiquity framework","archived":false,"fork":false,"pushed_at":"2022-05-19T07:02:34.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T05:23:43.609Z","etag":null,"topics":["docker","docker-compose","php","ubiquity-framework"],"latest_commit_sha":null,"homepage":"https://ubiquity.kobject.net","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/phpMv.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-04-28T12:09:46.000Z","updated_at":"2022-04-28T13:06:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"be1a36b4-b5cb-4c7f-a8ab-9954d3eadc13","html_url":"https://github.com/phpMv/ubiquity-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phpMv/ubiquity-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpMv%2Fubiquity-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpMv%2Fubiquity-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpMv%2Fubiquity-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpMv%2Fubiquity-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phpMv","download_url":"https://codeload.github.com/phpMv/ubiquity-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phpMv%2Fubiquity-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["docker","docker-compose","php","ubiquity-framework"],"created_at":"2024-11-14T02:10:11.676Z","updated_at":"2026-05-02T08:33:15.076Z","avatar_url":"https://github.com/phpMv.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ubiquity-docker\nDocker-compose structure for php and Ubiquity framework\n\n## Prerequisites\n\nYou will need the following things properly installed on your computer.\n\n* Docker `\u003e= 20.10`\n* Docker-compose `\u003e=1.29`\n\n## Installation\n```\ngit clone https://github.com/phpMv/ubiquity-docker\ncd ubiquity-docker\n```\n\ncopy env-example to .env:\n```\ncp env-example .env\n```\n\n## Configuration\n### General\n- PHP, Mysql, Apache and NginX versions are defined in `.env` file.\n### Apache\n- Apache virtualhost config file is located in `apache/demo.apache.conf`\n- The default root of the web server is accessible locally from the `projects/www/public` folder\n\n### Mysql\n- You can place your database creation scripts in the `mysql/sql` folder.\n- They will be automatically executed at the first build.\n- The created databases are accessible on the local computer from the `mysql/db` folder.\n\n## Running\n\nRunning Apache (with mysql, php, phpmyadmin):\n```\ndocker-compose up -d apache\n```\n\nRunning with a rebuild:\n```\ndocker-compose up -d --build apache\n```\n\nOpening a bash console:\n```\ndocker exec -ti ubiquity-docker_php_1 /bin/bash\n```\n\nStopping\n```\ndocker-compose down\n```\n### Frameworks\n\nCreating a new Ubiquity project:\n```\ndocker-compose exec php composer create-project phpmv/ubiquity-project www\n```\n\nRunning a composer command in www folder:\n```\ndocker-compose exec php/www composer update\n```\n\n## Accessing\n\nHttp service (Apache or NginX):\n```\nhttp://127.0.0.1:8080\n```\n\nPhpMyAdmin:\n```\nhttp://127.0.0.1:8099\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmv%2Fubiquity-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphpmv%2Fubiquity-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphpmv%2Fubiquity-docker/lists"}