Use github image

This commit is contained in:
benthecarman
2023-10-01 00:47:23 -05:00
parent fdc3cf8b09
commit 82dcad3553
3 changed files with 1 additions and 6 deletions

3
.gitmodules vendored
View File

@@ -9,6 +9,3 @@
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

View File

@@ -137,8 +137,7 @@ services:
- "3000:3000"
faucet_backend:
container_name: "faucet_backend"
build:
context: ./mutinynet-faucet-rs
image: ghcr.io/mutinywallet/mutinynet-faucet-rs:master
environment:
RUST_LOG: "info"
BITCOIN_RPC_HOST_AND_PORT: "bitcoind:38332"