{"id":20806485,"url":"https://github.com/elipzis/docker-compose-collection","last_synced_at":"2026-05-07T06:40:20.580Z","repository":{"id":191743685,"uuid":"256152018","full_name":"elipZis/docker-compose-collection","owner":"elipZis","description":"A set of helpful Docker containers for local development.","archived":false,"fork":false,"pushed_at":"2021-05-01T09:46:25.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-26T18:50:15.542Z","etag":null,"topics":["development","docker","docker-compose","localhost"],"latest_commit_sha":null,"homepage":null,"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/elipZis.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}},"created_at":"2020-04-16T08:16:23.000Z","updated_at":"2025-10-20T11:11:19.000Z","dependencies_parsed_at":"2023-08-31T13:08:43.833Z","dependency_job_id":null,"html_url":"https://github.com/elipZis/docker-compose-collection","commit_stats":null,"previous_names":["elipzis/docker-compose-collection"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elipZis/docker-compose-collection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Fdocker-compose-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Fdocker-compose-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Fdocker-compose-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Fdocker-compose-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elipZis","download_url":"https://codeload.github.com/elipZis/docker-compose-collection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elipZis%2Fdocker-compose-collection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32726666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["development","docker","docker-compose","localhost"],"created_at":"2024-11-17T19:20:20.208Z","updated_at":"2026-05-07T06:40:20.565Z","avatar_url":"https://github.com/elipZis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Compose Collection\nA set of helpful Docker containers for local development.\n\n## How to use the Docker Compose Collection in your environment\n\n### Prerequisites\nFirst install Docker CE for your system (https://docs.docker.com/install/).\n\nThen proceed to install mkcert (https://github.com/FiloSottile/mkcert) and create a local CA Root certificate by calling `mkcert -install`.\n\n### Notes\nThis utilizes `docker-compose` to boot up all requirements and scripts. The `docker-compose.yml` is part of the root directory and every `docker-compose ...` command has to be called in there (preferably with root rights).\n\nAdditional files and scripts are located in `./.docker` for booting up the images and creating the according configuration.\n\n### Setup\nExecute the `./.docker/create-certs.sh` script to create the local certified SSL certificates with mkcert, which are passed to `nginx` as valid. \n\nEnsure that your `.env` file is complete and correct before you run the containers. If you make changes to the `.env` you have to remove all containers `docker-compose down`, build them `docker-compose build` and run again. If you down containers, they are removed! Initial setup has to be repeated (e.g. database seeding etc.).\n\n### Run\nCall `docker-compose up -d nginx`. This will boot up the nginx, php and mysql systems to use and interconnect everything in one network. The initial boot time might be long because `docker` has to build the images the first time.\n\n#### Working with the containers\n* Stop containers: `docker-compose stop ...`\n* Remove all containers: `docker-compose down`\n* Boot up: `docker-compose up -d nginx` (-d for daemon mode)\n\nYou may change the `docker-compose.yml` to set all containers to `restart: always`. They will restart in case of errors etc.\n\n### Profit!\nThe server is running at `https://localhost:8443`. The certificate is valid and everything is prepared.\n\nYou may also change your local `hosts` information, as the certificate is generated for\n* development.local\n* development.test\n* development.app\n\nMost other containers such as `redis` etc. map their native default port to the same local machine port.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felipzis%2Fdocker-compose-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felipzis%2Fdocker-compose-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felipzis%2Fdocker-compose-collection/lists"}