Sparkwallet 0.3.0 and Specter 1.7.1

This commit is contained in:
kexkey
2021-11-06 23:31:28 -04:00
committed by kexkey
parent 51c3a4f0a4
commit bbbd15fc09
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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"