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:
|
services:
|
||||||
zcash_walletd:
|
zcash_walletd:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: 1337bytes/zcash-walletd:0.0.2
|
image: hhanh00/zcash-walletd:1.1.3
|
||||||
environment:
|
environment:
|
||||||
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
|
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
|
LWD_URL: http://lightwalletd:9067
|
||||||
expose:
|
expose:
|
||||||
- "8000"
|
- "8000"
|
||||||
@@ -21,7 +22,7 @@ services:
|
|||||||
|
|
||||||
zebra:
|
zebra:
|
||||||
container_name: zebra
|
container_name: zebra
|
||||||
image: zfnd/zebra
|
image: zfnd/zebra:2.5.0
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
@@ -41,7 +42,7 @@ services:
|
|||||||
# - generated_default
|
# - generated_default
|
||||||
|
|
||||||
lightwalletd:
|
lightwalletd:
|
||||||
image: electriccoinco/lightwalletd
|
image: electriccoinco/lightwalletd:v0.4.18
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
depends_on:
|
depends_on:
|
||||||
zebra:
|
zebra:
|
||||||
|
|||||||
@@ -3,10 +3,11 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
zcash_walletd:
|
zcash_walletd:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: 1337bytes/zcash-walletd:0.0.2
|
image: hhanh00/zcash-walletd:1.1.3
|
||||||
environment:
|
environment:
|
||||||
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
|
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
|
LWD_URL: https://zec.rocks:443
|
||||||
expose:
|
expose:
|
||||||
- "8000"
|
- "8000"
|
||||||
|
|||||||
Reference in New Issue
Block a user