{"id":14986059,"url":"https://github.com/streamr-dev/streamr-docker-dev-action","last_synced_at":"2025-07-11T05:33:50.463Z","repository":{"id":42992124,"uuid":"323299852","full_name":"streamr-dev/streamr-docker-dev-action","owner":"streamr-dev","description":"Start Streamr Docker stack as a part of your GitHub Actions workflow.","archived":false,"fork":false,"pushed_at":"2025-01-29T20:57:31.000Z","size":451,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T00:56:43.560Z","etag":null,"topics":["docker","github-actions","streamr"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamr-dev.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":"2020-12-21T10:16:04.000Z","updated_at":"2022-10-18T20:55:35.000Z","dependencies_parsed_at":"2023-12-18T09:48:22.883Z","dependency_job_id":"c86efb6c-f535-40de-9a47-5c0ec00d464e","html_url":"https://github.com/streamr-dev/streamr-docker-dev-action","commit_stats":{"total_commits":38,"total_committers":7,"mean_commits":5.428571428571429,"dds":0.5,"last_synced_commit":"7aa484daed892aee09573ae9cf005d7b58587800"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fstreamr-docker-dev-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fstreamr-docker-dev-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fstreamr-docker-dev-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamr-dev%2Fstreamr-docker-dev-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamr-dev","download_url":"https://codeload.github.com/streamr-dev/streamr-docker-dev-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248482964,"owners_count":21111409,"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":["docker","github-actions","streamr"],"created_at":"2024-09-24T14:12:12.887Z","updated_at":"2025-04-11T21:31:33.816Z","avatar_url":"https://github.com/streamr-dev.png","language":"Shell","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://streamr.network\"\u003e\n    \u003cimg alt=\"Streamr\" src=\"https://raw.githubusercontent.com/streamr-dev/streamr-docker-dev-action/master/docker-header-img.png\" width=\"1320\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"left\"\u003e\u003c/h1\u003e\n\n# streamr-docker-dev GitHub Action\n\n![Test](https://github.com/streamr-dev/streamr-docker-dev-action/workflows/Test/badge.svg)\n\n## Description\n`streamr-docker-dev-action` is a custom GitHub Action that:\n- Clones [streamr-docker-dev](https://github.com/streamr-dev/streamr-docker-dev/) command line tool\n- Sets command `streamr-docker-dev` to `$PATH` and makes it available to next steps\n- Starts Streamr Docker stack\n\n## Required input arguments\nNone.\n\n## Optional input arguments\nCurrently the following services are started by default:\n- mysql\n- cassandra\n- parity-node0\n- parity-sidechain-node0\n- broker-node-storage-1\n- nginx\n- platform\n\nYou can customise services that are required by your use case with `services-to-start` input parameter.\nFor example:\n```\non: [push]\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    name: Use streamr-docker-dev-action to start a few services\n    steps:\n    - uses: actions/checkout@v2\n    - id: start-docker-services\n      uses: streamr-dev/streamr-docker-dev-action@v1\n      with:\n        services-to-start: 'redis mysql core-api'\n```\n\n`branch` input parameter for using a different branch.\nBranch defaults to `main` branch.\n```\non: [push]\n\njobs:\n  test:\n\truns-on: ubuntu-latest\n\tname: Use streamr-docker-dev-action to start a few services\n\tsteps:\n\t- uses: actions/checkout@v2\n\t- id: start-docker-services\n\t  uses: streamr-dev/streamr-docker-dev-action@v1\n\t  with:\n\t    branch: my-test-branch\n```\n\n## Required output arguments\nNone.\n\n## Optional output arguments\nNone.\n\n## Secrets\nNone.\n\n## Environment variables\nNone.\n\n## Example\n```\non: [push]\n\njobs:\n  example:\n    runs-on: ubuntu-latest\n    name: Using streamr-docker-dev-action\n    steps:\n    - uses: actions/checkout@v2\n    - uses: streamr-dev/streamr-docker-dev-action@v1\n    - run: npm ci \u0026\u0026 npm test\n      shell: bash\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamr-dev%2Fstreamr-docker-dev-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamr-dev%2Fstreamr-docker-dev-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamr-dev%2Fstreamr-docker-dev-action/lists"}