Upgrade zcash-walletd Docker image for Orchard (#1017)
* upgrade zcash docker image for orchard with new db/config path * pin zcash image versions --------- Co-authored-by: macintoshhelper <6757532+macintoshhelper@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
services:
|
||||
zcash_walletd:
|
||||
restart: unless-stopped
|
||||
image: 1337bytes/zcash-walletd:0.0.2
|
||||
image: hhanh00/zcash-walletd:1.1.3
|
||||
environment:
|
||||
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
|
||||
ROCKET_DB_PATH: /data/zec-wallet.db
|
||||
ROCKET_DB_PATH: /data/zec-wallet2.db
|
||||
CONFIG_PATH: /data/config2.json
|
||||
LWD_URL: http://lightwalletd:9067
|
||||
expose:
|
||||
- "8000"
|
||||
@@ -21,7 +22,7 @@ services:
|
||||
|
||||
zebra:
|
||||
container_name: zebra
|
||||
image: zfnd/zebra
|
||||
image: zfnd/zebra:2.5.0
|
||||
platform: linux/amd64
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
@@ -41,7 +42,7 @@ services:
|
||||
# - generated_default
|
||||
|
||||
lightwalletd:
|
||||
image: electriccoinco/lightwalletd
|
||||
image: electriccoinco/lightwalletd:v0.4.18
|
||||
platform: linux/amd64
|
||||
depends_on:
|
||||
zebra:
|
||||
|
||||
@@ -3,10 +3,11 @@ version: "3"
|
||||
services:
|
||||
zcash_walletd:
|
||||
restart: unless-stopped
|
||||
image: 1337bytes/zcash-walletd:0.0.2
|
||||
image: hhanh00/zcash-walletd:1.1.3
|
||||
environment:
|
||||
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
|
||||
ROCKET_DB_PATH: /data/zec-wallet.db
|
||||
ROCKET_DB_PATH: /data/zec-wallet2.db
|
||||
CONFIG_PATH: /data/config2.json
|
||||
LWD_URL: https://zec.rocks:443
|
||||
expose:
|
||||
- "8000"
|
||||
|
||||
Reference in New Issue
Block a user