Sign inSign up

farcasterxyz/hubble

By farcasterxyz

Updated over 1 year ago

Farcaster — A protocol for building sufficiently decentralized social networks

Image
6

1M+

farcasterxyz/hubble repository overview

The easiest way to get started running a hub with Docker is to create the following docker-compose.yml file:

version: '3.9'

services:
  hubble:
    image: farcasterxyz/hubble:latest
    ports:
      - '2282:2282'
      - '2283:2283'
    volumes:
      - hub_identity_data:/home/node/app/apps/hubble/.hub
      - rocksdb_data:/home/node/app/apps/hubble/.rocks

volumes:
  hub_identity_data:
  rocksdb_data:

Once the above file is created:

  1. Run docker compose run hubble yarn identity create (if this is the first time you're running the hub, otherwise you can skip)
  2. Run docker compose up.

You're now running a hub!

Tag summary

Content type

Image

Digest

sha256:593f19a92

Size

275.4 MB

Last updated

over 1 year ago

docker pull farcasterxyz/hubble