{"id":15750388,"url":"https://github.com/burnett01/craftcms-acme-docker","last_synced_at":"2025-10-15T06:31:10.627Z","repository":{"id":85336999,"uuid":"108645387","full_name":"Burnett01/craftcms-acme-docker","owner":"Burnett01","description":"A boilerplate for Craft CMS and Docker.","archived":true,"fork":false,"pushed_at":"2017-10-28T11:58:11.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T05:30:02.271Z","etag":null,"topics":["acme","craft","craftcms","craftcms-boilerplate","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":null,"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/Burnett01.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":"2017-10-28T11:58:01.000Z","updated_at":"2024-07-17T21:17:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"54fda0ac-d88f-4f48-b032-b1d5a3a9a7e5","html_url":"https://github.com/Burnett01/craftcms-acme-docker","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/Burnett01%2Fcraftcms-acme-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Burnett01%2Fcraftcms-acme-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Burnett01%2Fcraftcms-acme-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Burnett01%2Fcraftcms-acme-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Burnett01","download_url":"https://codeload.github.com/Burnett01/craftcms-acme-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236589165,"owners_count":19173426,"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":["acme","craft","craftcms","craftcms-boilerplate","docker","docker-compose"],"created_at":"2024-10-04T06:40:32.863Z","updated_at":"2025-10-15T06:31:05.354Z","avatar_url":"https://github.com/Burnett01.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# CraftCMS Acme Docker\n\nThis is a boilerplate for Craft CMS and Docker.\n\n## Services\n\n- CraftCMS\n- Database (MySQL)\n- Mailhog\n\n## Install\n\n--\u003e Edit Hosts:\n\nMake sure to add ``craft.dev`` to your hosts file\n\n--\u003e Clone/Pull this repository:\n\n```\ngit clone https://gitlab.com/Burnett01/craftcms-acme\n```\n\n--\u003e Configure DB:\n\nEdit ``docker-compose.yml`` to configure your database service.\n\n```yaml\nMYSQL_USER: acme\nMYSQL_PASSWORD: acme\nMYSQL_DATABASE: acmedb\n```\n\n**Note regarding compose/craft.conf:** The DocumentRoot directive must not be changed. The underlaying docker image of the CraftCMS service requires that path to be present. Soon, you might be able to change it.\n\n## Run\n```\ndocker-compose up\n```\n\n**Note** Do not use ``up -d`` if you are running the composition for the first time. Otherwise you won't know whether the download has finished.\n\nThe first time you run the composition, CraftCMS will be downloaded to the ``public`` folder and the MySQL service will create a database for you.\n\nThat database can be used when installing Craft CMS.\n\nAlso make sure to use the credentials of the database service in your ``craft/app/config/db.php`` file.\n\n```php\n\u003c?php\n\nreturn array(\n\n\t'server' =\u003e 'craft.dev', // or container IP\n\n\t// The name of the database to select.\n\t'database' =\u003e 'acmedb',\n\n\t// The database username to connect with.\n\t'user' =\u003e 'acme',\n\n\t// The database password to connect with.\n\t'password' =\u003e 'acme',\n\n\t// The prefix to use when naming tables. This can be no more than 5 characters.\n\t'tablePrefix' =\u003e 'craft',\n\n);\n```\n\n## Hit it up / Install Craft CMS\n\nhttp://craft.dev/admin/install\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburnett01%2Fcraftcms-acme-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburnett01%2Fcraftcms-acme-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburnett01%2Fcraftcms-acme-docker/lists"}