mirror of
https://github.com/aljazceru/cypherapps.git
synced 2025-12-17 13:24:22 +01:00
Spark Wallet needs to know what network we are using
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
cyphernode_sparkwallet:
|
cyphernode_sparkwallet:
|
||||||
command: --no-tls
|
command: --no-tls
|
||||||
image: cyphernode/sparkwallet:v0.2.12
|
image: cyphernode/sparkwallet:v0.2.12
|
||||||
|
environment:
|
||||||
|
- "NETWORK=${NETWORK}"
|
||||||
volumes:
|
volumes:
|
||||||
- "$LIGHTNING_DATAPATH/:/etc/lightning"
|
- "$LIGHTNING_DATAPATH/:/etc/lightning"
|
||||||
- "$APP_SCRIPT_PATH/cookie:/data/spark/cookie"
|
- "$APP_SCRIPT_PATH/cookie:/data/spark/cookie"
|
||||||
|
|||||||
Reference in New Issue
Block a user