Add scripts to create monero wallet rpc container (#521)

* create Dockerfile for monero wallet rpc with dockerfiles.sh

* make monero wallet rpc docker accessible from outside

* connect wallet-rpc with monerod

* add generated Dockerfile for monero wallet rpc

* add monero wallet rpcs to docker profiles

* update getting started guide to refer to wallet rpc docker
This commit is contained in:
rlking
2024-01-29 02:58:23 +01:00
committed by GitHub
parent 21262d41e6
commit 0b8c7ade6e
6 changed files with 88 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
monero-wallet-rpc --disable-rpc-login --rpc-bind-port 6061 --rpc-bind-ip=0.0.0.0 --confirm-external-bind --daemon-address monero:18081 --allow-mismatched-daemon-version --wallet-dir /home/monero