mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
added devmode
This commit is contained in:
@@ -20,8 +20,10 @@ services:
|
||||
- "DERIVATION_PATH=<%= derivation_path %>"
|
||||
- "WATCHER_BTC_NODE_PRUNED=<%= bitcoin_prune?'true':'false' %>"
|
||||
image: cyphernode/proxy
|
||||
# ports:
|
||||
# - "8888:8888"
|
||||
<% if ( devmode ) { %>
|
||||
ports:
|
||||
- "8888:8888"
|
||||
<% } %>
|
||||
volumes:
|
||||
- "<%= proxy_datapath %>:/proxyuser/db"
|
||||
- "<%= lightning_datapath %>:/proxyuser/.lightning"
|
||||
@@ -47,8 +49,10 @@ services:
|
||||
environment:
|
||||
- "TRACING=1"
|
||||
- "PYCOIN_LISTENING_PORT=7777"
|
||||
# ports:
|
||||
# - "7777:7777"
|
||||
<% if ( devmode ) { %>
|
||||
ports:
|
||||
- "7777:7777"
|
||||
<% } %>
|
||||
# deploy:
|
||||
# placement:
|
||||
# constraints: [node.hostname==dev]
|
||||
|
||||
Reference in New Issue
Block a user