Spark Wallet needs to know what network we are using

This commit is contained in:
kexkey
2019-12-22 16:14:35 -05:00
parent 09b72487b8
commit 00382c8ef3

View File

@@ -4,6 +4,8 @@ services:
cyphernode_sparkwallet:
command: --no-tls
image: cyphernode/sparkwallet:v0.2.12
environment:
- "NETWORK=${NETWORK}"
volumes:
- "$LIGHTNING_DATAPATH/:/etc/lightning"
- "$APP_SCRIPT_PATH/cookie:/data/spark/cookie"