mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-16 21:44:21 +01:00
Remove need for git submodule of faucet
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,6 +1,3 @@
|
||||
[submodule "mutinynet-faucet"]
|
||||
path = mutinynet-faucet
|
||||
url = https://github.com/MutinyWallet/mutinynet-faucet.git
|
||||
[submodule "electrs"]
|
||||
path = electrs
|
||||
url = https://github.com/MutinyWallet/electrs.git
|
||||
|
||||
@@ -153,17 +153,7 @@ services:
|
||||
- ~/volumes/nutshell:/root/.cashu
|
||||
faucet:
|
||||
container_name: "faucet"
|
||||
build:
|
||||
context: ./mutinynet-faucet
|
||||
args:
|
||||
VITE_HOST: "bitcoind"
|
||||
VITE_PORT: "38332"
|
||||
VITE_USER: "bitcoin"
|
||||
VITE_PASS: $RPCPASSWORD
|
||||
VITE_NETWORK: "regtest" # wrong intentionally because of bug in a library
|
||||
VITE_LND_GRPC: "lnd:10009"
|
||||
VITE_TLS_CERT: $LND_TLS_CERT
|
||||
VITE_ADMIN_MACAROON: $LND_ADMIN_MACAROON
|
||||
image: ghcr.io/mutinywallet/mutinynet-faucet:master
|
||||
user: "0:1000"
|
||||
logging: *default-logging
|
||||
restart: always
|
||||
|
||||
Submodule mutinynet-faucet deleted from 4c8942e774
Reference in New Issue
Block a user