Administrative console for interacting with spv-wallet servers
3.5K
docker run -p 3000:3000 bsvb/spv-wallet-admin:v1.0.0-beta.7
In order to override the default variables, an additional env-config.json needs to be created in the host filesystem. For example:
{
"serverUrl": "http://localhost:3003/v1"
}
docker run -p 3000:3000 -v /host/path/to/env-config.json:/usr/share/nginx/html/env-config.json bsvb/spv-wallet-admin:v1.0.0-beta.7
You can adjust some of the server configuration with the following environment variables:
SPV_WALLET_ADMIN_PORT - configure port on which the server should listen on. Default 3000.
docker run -p 3000:80 -e SPV_WALLET_ADMIN_PORT=80 bsvb/spv-wallet-admin:v1.0.0-beta.7
SPV_WALLET_ADMIN_PROXY_API_DOMAIN - set the protocol and domain of the API, so the proxy can pass the requests to it.
docker run -p 3000:3000 -e SPV_WALLET_ADMIN_PROXY_API_DOMAIN=https://wallet.my-domain.tld bsvb/spv-wallet-admin:v1.0.0-beta.7
Content type
Image
Digest
sha256:37f551082…
Size
20.6 MB
Last updated
over 1 year ago
docker pull bsvb/spv-wallet-admin