Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cam #5

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
Fixed environment
  • Loading branch information
schulterklopfer committed Nov 23, 2019
commit 441dabfbd02cf5660df16bc7fa385de99a50a1b1
2 changes: 1 addition & 1 deletion sparkwallet/versions/0.2.2/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
command: --no-tls
image: cyphernode/sparkwallet:v0.2.8
volumes:
- "$CLIGHTNING_RPC_SOCKET:/etc/lightning/lightning-rpc"
- "$CLIGHTNING_RPC_PATH:/etc/lightning"
- "$APP_DATA/cookie:/data/spark/cookie"
labels:
- "traefik.docker.network=cyphernodeappsnet"
Expand Down
10 changes: 6 additions & 4 deletions welcome/versions/0.2.2/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ version: "3"
services:
cyphernode_welcome:
environment:
- "TRACING=1"
- "CYPHERNODE_URL=https://gatekeeper:${GATEKEEPER_PORT}"
- "CYPHERNODE_URL=$GATEKEEPER_URL"
- "CYPHERNODE_CERT=/certs/cert.pm"
- "APP_DESCRIPTION_FILE=/data/app.json"
- "CONFIG_FILE=/data/config.toml"
image: cyphernode/app_welcome:v0.2.2
volumes:
- "$GATEKEEPER_CERT_FILE:/data/cert.pem"
- "$APP_DATA/config.toml:/data/config.toml"
- "$GATEKEEPER_CERTS_PATH:/certs"
- "$APP_DATA:/data"
networks:
- cyphernodeappsnet
restart: always
Expand Down