mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-17 22:14:20 +01:00
Add rust faucet
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -9,3 +9,6 @@
|
||||
path = rapid-gossip-sync-server
|
||||
url = https://github.com/MutinyWallet/rapid-gossip-sync-server.git
|
||||
branch = 5-mins
|
||||
[submodule "mutinynet-faucet-rs"]
|
||||
path = mutinynet-faucet-rs
|
||||
url = https://github.com/MutinyWallet/mutinynet-faucet-rs.git
|
||||
|
||||
@@ -129,6 +129,27 @@ services:
|
||||
- ~/volumes/faucet:/root/.faucet
|
||||
ports:
|
||||
- "3000:3000"
|
||||
faucet_backend:
|
||||
container_name: "faucet_backend"
|
||||
build:
|
||||
context: ./mutinynet-faucet-rs
|
||||
args:
|
||||
BITCOIN_RPC_HOST_AND_PORT: "bitcoind:38332"
|
||||
BITCOIN_RPC_USER: "bitcoin"
|
||||
BITCOIN_RPC_PASSWORD: $RPCPASSWORD
|
||||
NETWORK: "signet"
|
||||
GRPC_PORT: "10009"
|
||||
GRPC_HOST: "lnd"
|
||||
TLS_CERT_PATH: "/root/.lnd/tls.cert"
|
||||
ADMIN_MACAROON_PATH: "/root/.lnd/data/chain/bitcoin/signet/admin.macaroon"
|
||||
user: "0:1000"
|
||||
restart: always
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
- ~/volumes/faucet-rs:/root/.faucet-rs
|
||||
- ~/volumes/.lnd:/root/.lnd:ro
|
||||
ports:
|
||||
- "4200:4200"
|
||||
web:
|
||||
container_name: "mempool_frontend"
|
||||
environment:
|
||||
|
||||
1
mutinynet-faucet-rs
Submodule
1
mutinynet-faucet-rs
Submodule
Submodule mutinynet-faucet-rs added at 3d97f03ad7
Reference in New Issue
Block a user