{"id":16106599,"url":"https://github.com/mko-x/docker-compose-drone","last_synced_at":"2026-04-27T22:31:27.070Z","repository":{"id":150196187,"uuid":"169764574","full_name":"mko-x/docker-compose-drone","owner":"mko-x","description":"Working drone configuration made with docker-compose","archived":false,"fork":false,"pushed_at":"2019-02-08T23:27:27.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T03:16:31.451Z","etag":null,"topics":["docker","docker-compose","drone-ci"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/mko-x.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-08T16:29:44.000Z","updated_at":"2019-02-17T10:51:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d54067e-64de-43e5-8307-efc26427885a","html_url":"https://github.com/mko-x/docker-compose-drone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mko-x/docker-compose-drone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mko-x%2Fdocker-compose-drone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mko-x%2Fdocker-compose-drone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mko-x%2Fdocker-compose-drone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mko-x%2Fdocker-compose-drone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mko-x","download_url":"https://codeload.github.com/mko-x/docker-compose-drone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mko-x%2Fdocker-compose-drone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","drone-ci"],"created_at":"2024-10-09T19:13:53.568Z","updated_at":"2026-04-27T22:31:27.056Z","avatar_url":"https://github.com/mko-x.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-compose-drone\nWorking drone configuration with github.com SCM - made with docker-compose.\n\n# Prerequisites\n\n## Create github oAuth\nYou need to create an OAuth application in github.com like described in the [docs.drone.io/installation/single-machine](https://docs.drone.io/installation/github/single-machine/)\n\n## Use github oAuth\nPut the created github OAuth credentials into your environment.\n\n```yaml\n- DRONE_GITHUB_CLIENT_ID={% github oauth client id %} # your client id goes here\n- DRONE_GITHUB_CLIENT_SECRET={% github oauth client secret %} # your client secret goes here\n```\n\n## Additional secret github token\nNavigate to the settings/hooks of the project you want to build with drone.\n\nLike: https://github.com/{github-username}/{repo-name}/settings/hooks\n\nClick on 'edit' next to the webhook displayed.\n\nCreate a random secret_token (e.g. with https://randomkeygen.com/)\n\nNow at Secret - click on 'edit' again and paste your secret_token\n\n```yaml\n- SECRET_TOKEN={% your self created secret token in github webhook%}\n```\n\n# RPC secret\nGenerate a secret e.g. with openssl and use it at both services.\n\n## drone_server\nFor drone/server here:\n```yaml\n- DRONE_RPC_SECRET={% remote call secret %} # put your self created secret here\n```\n\n## drone_agent\nFor drone/agent here:\n```yaml\n- DRONE_SECRET={% remote call secret %} # put your self created secret here\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmko-x%2Fdocker-compose-drone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmko-x%2Fdocker-compose-drone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmko-x%2Fdocker-compose-drone/lists"}