{"id":19368654,"url":"https://github.com/ghusta/docker-compose-simple-example","last_synced_at":"2026-04-29T16:01:09.425Z","repository":{"id":148619713,"uuid":"129394590","full_name":"ghusta/docker-compose-simple-example","owner":"ghusta","description":"Simple example for docker-compose","archived":false,"fork":false,"pushed_at":"2018-04-19T15:04:41.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:48:41.310Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ghusta.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":"2018-04-13T11:44:58.000Z","updated_at":"2018-04-19T15:04:42.000Z","dependencies_parsed_at":"2023-05-20T17:30:17.124Z","dependency_job_id":null,"html_url":"https://github.com/ghusta/docker-compose-simple-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghusta/docker-compose-simple-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdocker-compose-simple-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdocker-compose-simple-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdocker-compose-simple-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdocker-compose-simple-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghusta","download_url":"https://codeload.github.com/ghusta/docker-compose-simple-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fdocker-compose-simple-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32432917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: 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"],"created_at":"2024-11-10T08:07:32.560Z","updated_at":"2026-04-29T16:01:09.387Z","avatar_url":"https://github.com/ghusta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple example for docker-compose\n\n[![Build Status](https://travis-ci.org/ghusta/docker-compose-simple-example.svg?branch=master)](https://travis-ci.org/ghusta/docker-compose-simple-example)\n\n## Overview\n\nSimple example taken from [Get started with Docker Compose](https://docs.docker.com/compose/gettingstarted/).\n\nIt will build a local image based on _python:3.6-alpine_, and use another one which is _redis:alpine_.\n\n## Usage\n\n### Build\n\nIt will build local images only. The _redis_ image don't need to be built, it will be pulled from [Docker Hub](https://hub.docker.com/) (Docker public registry).\n\n\u003e docker-compose build\n\nTip :  \nIf behind a proxy, add _build-arg_ like : `docker-compose build --build-arg https_proxy=ip:port`.  \nIndeed, the command `pip install -r requirements.txt` needs to fetch external resources for Python.\n\n### Run\n\nIt will run containers locally.\n\n\u003e docker-compose up -d\n\n### Stop\n\nIt will stop the containers.\n\n\u003e docker-compose down\n\n### Update images\n\nIn case some images needs to be refreshed, it will check for newer versions on Docker Hub.\n\n\u003e docker-compose pull\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Fdocker-compose-simple-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghusta%2Fdocker-compose-simple-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Fdocker-compose-simple-example/lists"}