mirror of
https://github.com/aljazceru/cypherapps.git
synced 2025-12-17 05:14:22 +01:00
Sparkwallet 0.3.0 and Specter 1.7.1
This commit is contained in:
@@ -3,11 +3,11 @@ version: "3"
|
||||
services:
|
||||
cyphernode_sparkwallet:
|
||||
command: --no-tls ${TOR_PARAMS}
|
||||
image: cyphernode/sparkwallet:v0.2.17
|
||||
image: cyphernode/sparkwallet:v0.3.0
|
||||
environment:
|
||||
- "NETWORK=${NETWORK}"
|
||||
volumes:
|
||||
- "$LIGHTNING_DATAPATH/:/etc/lightning"
|
||||
- "$LIGHTNING_DATAPATH/${NETWORK}:/etc/lightning"
|
||||
- "$APP_SCRIPT_PATH/cookie:/data/spark/cookie"
|
||||
- "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd"
|
||||
labels:
|
||||
|
||||
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
specter:
|
||||
image: cyphernode/specter:v1.3.1
|
||||
image: cyphernode/specter:v1.7.1
|
||||
command: $USER /entrypoint.sh "0.0.0.0"
|
||||
volumes:
|
||||
- "$APP_SCRIPT_PATH/data:/.specter"
|
||||
|
||||
Reference in New Issue
Block a user