/chainlink-docker

A Docker setup for a quick Chainlink node with a builtin Postgres database

Primary LanguageShell

Chainlink Full Node

Uses the official Chainlink Docker images in combination with the official Postgres images to deploy a full node. This works on any machine that can run Docker (Linux, macOS, Windows), provided the machine meets the minimum requirements.

Setup

Requirements

Configuration

Run the setup.sh file and follow the prompts to set up the environment.

$ bash setup.sh

Afterwards you can add custom configuration to the .env files before starting the node.

├── chainlink.env
└── postgres.env

Running

Use docker-compose to get your full node up and running.

docker-compose up -d

It will take a while to start your node, but when it's finished it will be available at http://localhost:6688/