Skip to content

Deployment Documentation

This directory contains documentation for deploying and running Fukuii nodes using Docker and other deployment methods.

Contents

Docker Deployment

Barad-dûr (Kong API Gateway)

Client Comparisons

Quick Start

For quick deployment using Docker:

# Build Docker image
docker build -t fukuii:latest .

# Run with Docker Compose
cd docker/fukuii
docker-compose up -d

See the Docker Guide for detailed instructions.

Troubleshooting

Common deployment issues and their solutions:

Docker Issues

  • Container won't start: Check logs with docker-compose logs -f
  • Port conflicts: Verify no other services are using the required ports
  • Permission errors: Ensure proper ownership of data directories

Network Issues

  • Node not syncing: Check peer connectivity and firewall settings
  • RPC not responding: Verify the service is running and port is exposed

For detailed troubleshooting, see: - Known Issues - Log Triage - Barad-dûr Operations