From e54f517b90ffe08ac43402a22376265e8371fada Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 13 Jan 2021 11:16:07 -0800 Subject: [PATCH] add section re: node initialization --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 040bf45..f98a109 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ Use the provided Makefile to provision stuff; pass `prod` or `dev` depending on All secrets are passed to the application as environment variables which are loaded from `.env` in the root directory. The `config.py` file references env vars or uses a default; docker-compose and the app consume secrets from `.env`. +### Monero Node Initialization + +Nodes are configured using a user data/cloud-init script in the [docker-monero-node](https://github.com/lalanza808/docker-monero-node/blob/master/cloud-init.sh) repo. + +User data is defined in `app.library.digitalocean.create_droplet` method. + ### Digital Ocean Backend Digital Ocean configuration can be found here: [Digital Ocean](docs/DigitalOcean.md)