{"id":20767001,"url":"https://github.com/binded/binded-dc","last_synced_at":"2026-04-21T17:02:06.039Z","repository":{"id":57189912,"uuid":"70143295","full_name":"binded/binded-dc","owner":"binded","description":"Shared development docker-compose.yml","archived":false,"fork":false,"pushed_at":"2016-10-22T02:06:06.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-18T11:37:38.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/binded.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}},"created_at":"2016-10-06T10:16:20.000Z","updated_at":"2017-05-27T00:50:04.000Z","dependencies_parsed_at":"2022-09-14T16:22:20.125Z","dependency_job_id":null,"html_url":"https://github.com/binded/binded-dc","commit_stats":null,"previous_names":["blockai/blockai-dc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fbinded-dc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fbinded-dc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fbinded-dc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fbinded-dc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binded","download_url":"https://codeload.github.com/binded/binded-dc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243094595,"owners_count":20235531,"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","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":[],"created_at":"2024-11-17T11:27:11.244Z","updated_at":"2026-04-21T17:02:01.013Z","avatar_url":"https://github.com/binded.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Shared development `docker-compose.yml` file for Blockai services.\n\n## Usage\n\nIf you have a docker-compose.yml, replace\n\n```yaml\nminio:\n  image: minio/minio\n  ports:\n    - \"9000:9000\"\n\npostgres:\n  image: postgres:9.5\n  ports:\n    - \"5432:5432\"\n\nredis:\n  image: redis:3.0.7-alpine\n  ports:\n    - \"6379:6379\"\n\napp:\n  image: someapp\n  links:\n    - db\n    - redis\n    - minio\n```\n\nwith:\n\n```yaml\napp:\n  image: someapp\n  external_links:\n    - blockai_postgres_1:postgres\n    - blockai_redis_1:redis\n    - blockai_minio_1:minio\n  links:\n    - db\n```\n\nYou need to make sure to run `blockai-dc` before launching your own\n`docker-compose.yml`, e.g., in package.json:\n\n```json\n{\n  \"name\": \"someapp\",\n  \"scripts\": {\n    \"docker\": \"blockai-dc \u0026\u0026 docker-compose up -d\"\n  },\n  \"devDependencies\": {\n    \"blockai-dc\": \"^1.0.0\"\n  }\n}\n```\n\n```bash\nnpm run docker\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinded%2Fbinded-dc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinded%2Fbinded-dc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinded%2Fbinded-dc/lists"}