This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This config is for docker deployed Erigon on 16 core ARM cepu with 46 GB of RAM and 1.5TB cloud NVME storage: | |
| services: | |
| init: | |
| image: alpine:3.20 | |
| platform: linux/arm64 | |
| # create JWT and set ownership for UID:GID 1000 | |
| command: > | |
| sh -c ' | |
| adduser -D -u 1000 erigon 2>/dev/null || true && |