Conversation
|
| | HC_IMAGE_TAG | Health check version | latest (see below) | ||
| | SHARED_ENV_PATH | Path to a directory containing env files | [a directory under .../op-replica](https://github.com/ethereum-optimism/optimism/tree/develop/infra/op-replica/envs) | ||
| | GCMODE | [Whether to run l2geth as an `archive` or `full` node](https://www.quicknode.com/guides/infrastructure/ethereum-full-node-vs-archive-node) | archive | ||
| | L2GETH_IMAGE_TAG | L2geth version | [Go here](https://hub.docker.com/r/ethereumoptimism/l2geth/tags) and find the latest version. At writing this is 0.5.19 (1). |
There was a problem hiding this comment.
I really don't like the idea of setting a manual tag version in the README. It updates too often and this change is missed.
We should have a way to publish the current versions supported and let user's choose from the list.
This README should point to that list.
| | SHARED_ENV_PATH | Path to a directory containing env files | [a directory under .../op-replica](https://github.com/ethereum-optimism/optimism/tree/develop/infra/op-replica/envs) | ||
| | GCMODE | [Whether to run l2geth as an `archive` or `full` node](https://www.quicknode.com/guides/infrastructure/ethereum-full-node-vs-archive-node) | archive | ||
| | L2GETH_IMAGE_TAG | L2geth version | [Go here](https://hub.docker.com/r/ethereumoptimism/l2geth/tags) and find the latest version. At writing this is 0.5.19 (1). | ||
| | DTL_IMAGE_TAG | Data transport layer version | [Go here](https://hub.docker.com/r/ethereumoptimism/data-transport-layer/tags) and find the latest version. At writing this is 0.5.30 (1). |
There was a problem hiding this comment.
Same with these tags
| - .env | ||
| volumes: | ||
| - dtl:/db | ||
| - /var/replica/dtl:/db |
There was a problem hiding this comment.
I'm fine adding README on how to preserve the data from the replica.
But, this change will clobber whatever the user has on their locale system at the /var/replica path.
If you feel strongly that we should default to host paths instead of docker volumes, the paths should be set in the .env file for the user to review before it makes changes to their system.
|
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Description
Clearer instructions and somewhat easier configuration