Farcaster — A protocol for building sufficiently decentralized social networks
1M+
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:
docker compose run hubble yarn identity create (if this is the first time you're running the hub, otherwise you can skip)docker compose up.You're now running a hub!
Content type
Image
Digest
sha256:593f19a92…
Size
275.4 MB
Last updated
over 1 year ago
docker pull farcasterxyz/hubble