mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-17 05:54:22 +01:00
Fix
This commit is contained in:
@@ -79,7 +79,7 @@ services:
|
||||
BITCOIN_REST_DOMAIN: bitcoind
|
||||
BITCOIN_REST_PORT: 38332
|
||||
LN_PEERS: 02465ed5be53d04fde66c9418ff14a5f2267723810176c9212b722e542dc1afb1b@lnd:9735 # lnd's node id
|
||||
entrypoint: ["rapid-gossip-sync-server"]
|
||||
entrypoint: [ "rapid-gossip-sync-server" ]
|
||||
|
||||
postgres:
|
||||
container_name: "postgres"
|
||||
@@ -133,7 +133,7 @@ services:
|
||||
container_name: "faucet_backend"
|
||||
build:
|
||||
context: ./mutinynet-faucet-rs
|
||||
args:
|
||||
environment:
|
||||
BITCOIN_RPC_HOST_AND_PORT: "bitcoind:38332"
|
||||
BITCOIN_RPC_USER: "bitcoin"
|
||||
BITCOIN_RPC_PASSWORD: $RPCPASSWORD
|
||||
|
||||
Reference in New Issue
Block a user