Skip to content

Run thalos server + redis + thalos_get_transaction using docker-compose

Notifications You must be signed in to change notification settings

Wapaca/thalos_get_transaction_compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Thalos Server with Redis and thalos_get_transaction

Overview

This repository provides a convenient setup for running Thalos Server along with Redis and thalos_get_transaction.

How to Use

Follow these steps to get started:

  1. Navigate to the images/thalos directory.
  2. Modify the config.yml file to update the nodeos and WebSocket (ws) endpoints according to your blockchain configuration.
  3. Optionally, you can change the open port for get_transaction inside the docker-compose.yml file.

After configuring the settings, run the following commands:

docker-compose build
docker-compose up -d

This will build the necessary Docker images and start the Thalos Server, Redis, and thalos_get_transaction services in detached mode (-d).

About

Run thalos server + redis + thalos_get_transaction using docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published