Flare and Coston2 Rosetta service
10K+
This image combines a go-flare observation node with a rosetta-server. The Dockerfile can be found here. The Dockerfile builds the components from the source, it uses multi-stage builds and is independent of local file copy.
Runtime environment variables:
| Name | Type | Default | Description |
|---|---|---|---|
| MODE | string | online | Mode of operations. One of: online, offline |
| |
Flare
docker run -d -p 8080:8080 -p 9650:9650 -p 9651:9651 -v /my/host/dir/flare/db:/app/flare/db flarefoundation/flare-rosetta:latest
Coston2
docker run -d -p 8080:8080 -p 9650:9650 -p 9651:9651 -v /my/host/dir/costwo/db:/app/flare/db flarefoundation/flare-rosetta:latest costwo
You can override the default configuration files by mounting to /app/conf. See server/rosetta-cli-conf in flare-rosetta repo for the expected folder structure.
You can find more information on running a node in our official documentation.
Content type
Image
Digest
sha256:4549def4e…
Size
165.3 MB
Last updated
almost 2 years ago
docker pull flarefoundation/flare-rosetta