Remove need for git submodule of faucet

This commit is contained in:
benthecarman
2024-03-21 17:13:18 -05:00
parent d262813aaa
commit af1407b932
3 changed files with 1 additions and 15 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -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