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