From d663717d44f558c07aeee777beea1e279ce9e8a3 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 21 Dec 2024 21:01:12 -0800 Subject: [PATCH] only daemon uri var --- docker-compose.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 3952180..8bd5fa9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,6 +3,8 @@ services: btcpayserver: restart: unless-stopped image: lalanza808/btcpayserver-wownero:v2.0.4 + # build: + # context: btcpayserver environment: BTCPAY_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Application Name=btcpayserver;Database=btcpayserver${NBITCOIN_NETWORK:-mainnet} BTCPAY_NETWORK: ${NBITCOIN_NETWORK:-mainnet} @@ -32,11 +34,13 @@ services: wallet: restart: unless-stopped image: lalanza808/btcpayserver-wownero-wallet:v0.11.3.0 + # build: + # context: . container_name: btcpayserver_wallet volumes: - ./data/wallet:/wallet command: - bash /run_wallet.sh "${WOW_DAEMON_URI:-http://node.suchwow.xyz:34568}" "${WOW_WALLET_PASS:-walletpass}" + bash /run_wallet.sh "${WOW_DAEMON_URI:-http://node.suchwow.xyz:34568}" postgres: restart: unless-stopped