add electrum wallet daemon with container entrypoint

This commit is contained in:
2026-09-03 23:13:20 +02:00
parent cde7fab90c
commit bfb7b013f9
6 changed files with 103 additions and 0 deletions
+4
View File
@@ -54,6 +54,10 @@ Edit `.env.prod`. Mandatory configuration:
| `MONERO_WALLET_RPC_USERNAME` | strong random username |
| `MONERO_WALLET_RPC_PASSWORD` | strong random password |
| `MONERO_WALLET_PASSWORD` | strong wallet password |
| `ELECTRUM_NETWORK` | `mainnet` |
| `ELECTRUM_SERVER` | Electrum peer as `host:port:s` (SSL) or `host:port:t` (TCP), e.g. `electrum.blockstream.info:50002:s` |
| `ELECTRUM_WALLET_PASSWORD` | strong wallet password |
| `ELECTRUM_DAEMON_RPC_PASSWORD` | strong random password |
| `VITE_API_BASE_URL` | `/api` |
| `VITE_SHOP_FIAT_CURRENCY` | same as `SHOP_FIAT_CURRENCY` |