Skip to content

Commit

Permalink
Fix example volumes for certs
Browse files Browse the repository at this point in the history
  • Loading branch information
terisikk committed Apr 19, 2024
1 parent a22ec97 commit 40d812d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ services:
volumes:
- ./volumes/lnd/alice-lnd:/var/bridge/lnd
- ./volumes/tapd/alice-tap:/var/bridge/tapd
# - ./secrets/certs/:/srv/bridge_backend/certs/
# These need to be shared and created once
# - ./secrets/certs/ca-key.pem:/srv/bridge_backend/certs/ca-key.pem
# - ./secrets/certs/ca-cert.pem:/srv/bridge_backend/certs/ca-cert.pem
labels:
- "node.type=bridge"
- "traefik.http.routers.alice-bridge.rule=PathPrefix(`/api/`)"
Expand Down Expand Up @@ -200,7 +202,9 @@ services:
volumes:
- ./volumes/lnd/bob-lnd:/var/bridge/lnd
- ./volumes/tapd/bob-tap:/var/bridge/tapd
# - ./secrets/certs/:/srv/bridge_backend/certs/
# These need to be shared and created once
# - ./secrets/certs/ca-key.pem:/srv/bridge_backend/certs/ca-key.pem
# - ./secrets/certs/ca-cert.pem:/srv/bridge_backend/certs/ca-cert.pem
environment:
# NOTE: the private keys and other secrets are supposed to be here -- they are not used in the real world, only regtest. Don't report them.
- BRIDGE_NODE_ID=bob-node
Expand Down

0 comments on commit 40d812d

Please sign in to comment.