Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.04 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.04 KB

rosetta-docker-scripts

Scripts referenced by Rosetta's Docker setup. Not usable in other contexts.

These scripts are kept separately (in this repository) so that we can easily use versioned references towards them, and also to satisfy Rosetta's build anywhere requirement.

adjust_config.py

This script is used to tailor the default Observer configuration. More precisely, it alters the files config.toml and prefs.toml accordingly and adjusts settings related to DbLookupExtensions, Antiflood etc.

entrypoint.sh

This script should be used as the entrypoint of Rosetta's Dockerfile. It starts the requested program (node or rosetta), with the provided arguments, and with the appropriate configuration.

Notable references