This repository contains Docker Compose configuration files for running Golem Base nodes locally using Docker containers. These configurations allow you to run and operate your own Golem node in a containerized environment.
These docker-compose files enable you to run Golem Base nodes locally in Docker containers. This setup is suitable for running actual nodes that can participate in the Golem Base, process tasks, and interact with other nodes.
- Docker Engine installed on your system
- Docker Compose installed on your system
- Basic understanding of Docker and Docker Compose
To run your Golem node:
- Clone this repository
- Change to the compose-file directory:
cd l2-holesky
- Run the docker-compose command:
docker-compose up
Each docker-compose file is configured with appropriate boot nodes and network settings to ensure proper node operation.
- Ensure you have enough system resources available for running the node
- Check your Docker daemon is running before starting the containers