{"id":16731515,"url":"https://github.com/arodu/docker_cakephp_server","last_synced_at":"2026-05-11T03:51:05.329Z","repository":{"id":137721938,"uuid":"432168949","full_name":"arodu/docker_cakephp_server","owner":"arodu","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-26T14:32:33.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T08:11:12.203Z","etag":null,"topics":["cakephp","docker","docker-image","dockerfiles","dockerhub","php"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/arodu/cakephp","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arodu.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":"2021-11-26T12:20:17.000Z","updated_at":"2023-03-05T01:39:54.000Z","dependencies_parsed_at":"2023-07-16T07:49:07.933Z","dependency_job_id":null,"html_url":"https://github.com/arodu/docker_cakephp_server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arodu%2Fdocker_cakephp_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arodu%2Fdocker_cakephp_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arodu%2Fdocker_cakephp_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arodu%2Fdocker_cakephp_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arodu","download_url":"https://codeload.github.com/arodu/docker_cakephp_server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243771114,"owners_count":20345403,"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":["cakephp","docker","docker-image","dockerfiles","dockerhub","php"],"created_at":"2024-10-12T23:37:40.595Z","updated_at":"2026-05-11T03:51:00.289Z","avatar_url":"https://github.com/arodu.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker CakePHP Server\n\n\n## `docker-compose.yml` example\n\n```yml\nversion: \"3\"\nservices:\n  project-mysql:\n    image: mysql:5.7\n    container_name: project-mysql\n    working_dir: /application\n    command: mysqld --sql-mode='NO_ENGINE_SUBSTITUTION' --character-set-server=utf8 --init-connect='SET NAMES UTF8;'\n    environment:\n      - MYSQL_USER=my_app\n      - MYSQL_PASSWORD=secret\n      - MYSQL_ROOT_PASSWORD=password\n    volumes:\n      - ./project:/application\n      - ./tmp/mysql-data:/var/lib/mysql\n      #- ./docker/entrypoint:/docker-entrypoint-initdb.d\n    ports:\n      - \"3316:3306\"\n\n  project:\n    image: arodu/cakephp:nginx-php80-alpine\n    working_dir: /application\n    container_name: project\n    volumes:\n      - ./project:/application\n      - ~/.ssh:/home/application/.ssh:ro\n    ports:\n      - \"8081:80\"\n    environment:\n      WEB_DOCUMENT_ROOT: /application/webroot\n      DATABASE_URL: mysql://root:password@project-mysql:3306/project\n      DATABASE_TEST_URL: mysql://root:password@project-mysql:3306/project_test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farodu%2Fdocker_cakephp_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farodu%2Fdocker_cakephp_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farodu%2Fdocker_cakephp_server/lists"}