{"id":24127459,"url":"https://github.com/giuseppemorelli/docker-devbox","last_synced_at":"2026-02-28T05:03:07.295Z","repository":{"id":53095396,"uuid":"132590866","full_name":"giuseppemorelli/docker-devbox","owner":"giuseppemorelli","description":"Simple docker-compose for local and staging environments","archived":false,"fork":false,"pushed_at":"2025-07-25T20:23:04.000Z","size":83,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T03:37:30.598Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giuseppemorelli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2018-05-08T10:08:48.000Z","updated_at":"2025-07-25T20:23:08.000Z","dependencies_parsed_at":"2024-11-25T14:46:00.020Z","dependency_job_id":"eea68a45-d1fa-44f8-a574-d4c7cbb994f6","html_url":"https://github.com/giuseppemorelli/docker-devbox","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/giuseppemorelli/docker-devbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppemorelli%2Fdocker-devbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppemorelli%2Fdocker-devbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppemorelli%2Fdocker-devbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppemorelli%2Fdocker-devbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giuseppemorelli","download_url":"https://codeload.github.com/giuseppemorelli/docker-devbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuseppemorelli%2Fdocker-devbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856775,"owners_count":24657700,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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"],"created_at":"2025-01-11T17:42:09.555Z","updated_at":"2026-02-28T05:03:02.243Z","avatar_url":"https://github.com/giuseppemorelli.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDocker DEV Box\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/giuseppemorelli/docker-devbox?sort=semver\u0026style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/giuseppemorelli/docker-devbox?style=for-the-badge)\n\n\u003c/div\u003e\n\nSimple docker-compose.yml file with pre-configured services.  \nCan create multiple environment, start with `local`\n\nInspired by [Devilbox](http://devilbox.org/)\n\n---\n\n## How to Use the Docker DEV Box\n\n### 1. Prerequisites\n\n- Install [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) on your system.\n\n### 2. Clone the Repository\n\n```sh\ngit clone https://github.com/giuseppemorelli/docker-devbox.git\ncd docker-devbox\n```\n\n### 3. Configure Your Environment\n\n- Copy the example environment file and adjust as needed:\n  ```sh\n  cp local/env.dist local/.env\n  # Edit local/.env to match your requirements\n  ```\n  \n- Uncomment the services you want to use in the `docker-compose.yml` file.  \n  For example, to enable MySQL, uncomment the following lines:\n  ```yaml\n  mysql:\n    container_name: ${COMPOSE_PROJECT_NAME}_${MYSQL_SERVER_NAME}\n    image: ${MYSQL_SERVER}\n\n    environment:\n      MYSQL_ROOT_PASSWORD: \"docker\"\n      # for mysql 8 comment user and password user, need to create via script only for legacy project\n      MYSQL_USER: \"local\"\n      MYSQL_PASSWORD: \"local\"\n    # ....\n  ```\n\n### 4. Start the Services\n\n- From the environment root, run:\n  ```sh\n  cd local\n  docker-compose up -d\n  ```\n  \n### 5. Stopping and Cleaning Up\n\n- To stop the services:\n  ```sh\n  cd local\n  docker-compose down -v\n  ```\n\n\u003chr /\u003e\n\n### How-to\n\n- [Cloudflare Tunnel](docs/cloudflare-tunnel.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiuseppemorelli%2Fdocker-devbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiuseppemorelli%2Fdocker-devbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiuseppemorelli%2Fdocker-devbox/lists"}