{"id":20448897,"url":"https://github.com/koslib/chainlink-docker-compose","last_synced_at":"2025-03-05T09:17:37.677Z","repository":{"id":144101200,"uuid":"354353757","full_name":"koslib/chainlink-docker-compose","owner":"koslib","description":"Simple docker-compose-based project to get quickly up and running a Chainlink node","archived":false,"fork":false,"pushed_at":"2021-04-03T18:09:05.000Z","size":3,"stargazers_count":14,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T22:26:27.728Z","etag":null,"topics":[],"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/koslib.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":"2021-04-03T17:32:27.000Z","updated_at":"2024-03-04T09:28:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"95a56500-515d-4aeb-bef5-159b6c17d6ca","html_url":"https://github.com/koslib/chainlink-docker-compose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koslib%2Fchainlink-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koslib%2Fchainlink-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koslib%2Fchainlink-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koslib%2Fchainlink-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koslib","download_url":"https://codeload.github.com/koslib/chainlink-docker-compose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241997527,"owners_count":20055118,"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-15T10:37:30.955Z","updated_at":"2025-03-05T09:17:37.653Z","avatar_url":"https://github.com/koslib.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chainlink-docker-compose\nSimple docker-compose-based project to get quickly up and running a Chainlink node. This is intended mainly for development use, or at least should be enough to get you started with a working-as-is repository. However, it assumes basic Docker skills.\n\n# How to use\n\n1. Clone repository\n```\ngit clone https://github.com/koslib/chainlink-docker-compose\n```\n\n1. Review `chainlink.env` and adapt accordingly. The committed environment file uses Rinkeby testnet. Also, the example uses Linkpool's public Ethereum service node.\n\n2. Build and run with docker-compose\n\n* Build with default values, which you can adapt if needed inside the `Dockerfile`\n```\ndocker-compose up --build\n```\n\n* First build with your own build args and then run:\n\n```\n$ docker-compose build --build-arg API_USER_EMAIL=my@test.com\n\n$ docker-compose up\n```\n\n4. Browse to `localhost:6688` and log in with your credentials.\n\nDefault credentials:\n- username: `user@example.com`\n- password: `PA@SSword1234!567`\n- wallet password: `PA@SSword1234!567`\n\n# Run with your own Ethereum local node\n\n1. Add the following into `docker-compose.yaml`:\n\n- Service:\n```\nethereum:\n    image: ethereum/client-go:v1.10.1\n    ports:\n      - 8546:8546\n    command: --ropsten --syncmode light --ws --ipcdisable --ws.addr 0.0.0.0 --ws.origins=\"*\" --datadir /geth\n    volumes: \n      - geth:/geth\n```\n\n- Volume:\n```\ngeth:\n```\n\nSo the end result would be:\n```\nvolumes: \n  geth:\n  db-data:\n  chainlink_data:\n```\n\n2. Change `ETH_URL` inside `chainlink.env` to:\n```\nETH_URL=ws://ethereum:8546\n```\n\n3. Run again:\n\n```\n$ docker-compose up --build\n```\n\n# Disclaimer\n\nThis is a basic setup to quickly get you up and running with a Chainlink local node for development. Please acknolwedge that this setup does not take into account any node security nor high-availability (HA) settings, therefore cannot be used in production as is.\n\n# Contributions\n\nFeel free to open issues with questions or send in PRs in case you have an idea!\n\n# Licence\n\nMIT Licence","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoslib%2Fchainlink-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoslib%2Fchainlink-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoslib%2Fchainlink-docker-compose/lists"}