{"id":16552263,"url":"https://github.com/christian80gabi/docker-compose","last_synced_at":"2026-04-29T09:02:54.774Z","repository":{"id":218254918,"uuid":"745964212","full_name":"christian80gabi/docker-compose","owner":"christian80gabi","description":"A set of docker-compose files for a variety of project","archived":false,"fork":false,"pushed_at":"2024-01-20T18:06:55.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T10:23:03.228Z","etag":null,"topics":["docker","docker-compose","yaml-files"],"latest_commit_sha":null,"homepage":"","language":null,"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/christian80gabi.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}},"created_at":"2024-01-20T17:20:28.000Z","updated_at":"2024-03-28T16:44:32.000Z","dependencies_parsed_at":"2024-01-20T19:27:39.359Z","dependency_job_id":"ed76654e-f887-4c7b-8f12-24b9e7b9ef84","html_url":"https://github.com/christian80gabi/docker-compose","commit_stats":null,"previous_names":["christian80gabi/docker-copmpose"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/christian80gabi/docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian80gabi%2Fdocker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian80gabi%2Fdocker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian80gabi%2Fdocker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian80gabi%2Fdocker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christian80gabi","download_url":"https://codeload.github.com/christian80gabi/docker-compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian80gabi%2Fdocker-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"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":["docker","docker-compose","yaml-files"],"created_at":"2024-10-11T19:44:21.587Z","updated_at":"2026-04-29T09:02:54.758Z","avatar_url":"https://github.com/christian80gabi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-compose\nA set of docker-compose files for a variety of project\n\n### Requirements\nYou must have installed and set on your computer:\n- [Docker](https://www.docker.com/get-started/)\n- [Docker Compose](https://docs.docker.com/compose/). Should already be installed with docker.\n\n### How to use it\n- Add a docker-compose.yml file under the root directory of your project.\n- Add the content of the docker-compose file\n- under the folder where reside the docker-compose file, run the command `docker compose up`. \n\n```shell\n# Execute the docker-compose file, create and configure the containers\n$ docker compose up -d\n# `-d` for detach. That run the command on background\n\n# Start the services (containers) set in the compose file\n$ docker compose start\n\n# Stop the services (containers) set in the compose file\n$ docker compose stop\n\n# Remove all the services (containers) set in the compose file\n$ docker compose down\n```\n\n### MySQL\n\n[docker-compose.yml](/mysql.docker-compose.yml)\n\n### PostgreSQL (Alpine Linux Container)\n\n[docker-compose.yml](/postgres.docker-compose.yml)\n\n### PostgreSQL + PGadmin\n\n[docker-compose.yml](/postgres.pgadmin.docker-compose.yml)\n\n### PostgreSQL + Adminer\n\n[docker-compose.yml](/postgres.adminer.docker-compose.yml)\n\n\n### Collaboration\n\nPlease submit your pull requests. They are all WELCOME. \n    \n\u003e Together for a World even BETTER.\n\nMain maintainer [christian80gabi](https://github.com/christian80gabi)\nThis project is under the [MIT Licence](/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristian80gabi%2Fdocker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristian80gabi%2Fdocker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristian80gabi%2Fdocker-compose/lists"}