Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fuel Development Environment

This project runs a local Fuel development environment with both an L1 node and a Fuel node.

Requirements

  • docker
  • docker-compose
  • make

Note: Docker Desktop only allocates 2GB of memory by default, which isn't enough to run the docker-compose services reliably.

To allocate more memory, go to Settings > Resources in the Docker UI and use the slider to change the value (8GB recommended). Make sure to click Apply & Restart for the changes to take effect.

Commands

Starting containers

To start all containers and build it, use;

make up

Stop containers

To stop to containers, use;

make stop

Clean containers

To remove all images and containers, use;

make clean

View logs

To open the logs from the env, use;

make logs

Config options

A set of environment variables can be set before running.

You can change these configs on the env files;

License

This repo is licensed under the Apache-2.0 license. See LICENSE for more information.