This commit is contained in:
benthecarman
2023-06-21 15:21:19 -05:00
parent a451bea6b7
commit 68addf1840

View File

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