Docker Compose

Prerequisites

Deployment Guide

git clone https://github.com/HugoByte/aurras-deployment-docker-compose

2. Navigate to aurras-event-feed-substrate setup directory

cd aurras-deployment-docker-compose/aurras-event-feed-substrate

3. Make configuration changes if need to local.env

4. Generate the Event ID using register_event_source.sh

5. Update the TOPICS env configuration with the generated Event ID

6. Add custom type if any for the chain to config/types.json

7. Run docker-compose command to start the service

docker-compose --project-name aurras up -d

Last updated