Fix name of containers

This commit is contained in:
nicolas.dorier
2018-03-21 14:08:44 +09:00
parent fe07637a87
commit 378746380c
9 changed files with 16 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ services:
- "bitcoin_datadir:/data"
clightning_bitcoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_bitcoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin

View File

@@ -74,6 +74,7 @@ services:
- "litecoin_datadir:/data"
clightning_litecoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_litecoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin
@@ -103,6 +104,7 @@ services:
- "bitcoin_datadir:/data"
clightning_bitcoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_bitcoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin

View File

@@ -66,6 +66,7 @@ services:
- "litecoin_datadir:/data"
clightning_litecoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_litecoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin

View File

@@ -108,6 +108,7 @@ services:
- "bitcoin_datadir:/data"
clightning_bitcoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_bitcoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin

View File

@@ -116,6 +116,7 @@ services:
- "litecoin_datadir:/data"
clightning_litecoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_litecoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin
@@ -145,6 +146,7 @@ services:
- "bitcoin_datadir:/data"
clightning_bitcoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_bitcoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin

View File

@@ -108,6 +108,7 @@ services:
- "litecoin_datadir:/data"
clightning_litecoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_litecoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin

View File

@@ -22,11 +22,14 @@ The [Production-NoReverseProxy](Production-NoReverseProxy) `docker-compose` file
# About accessing services inside those docker compose
Several scripts are provided to access the internal of your docker-service.
Several scripts are provided to access the internal of your docker-service:
`litecoin-cli.sh` and `litecoin-cli.ps1` let you access your litecoin node CLI.
* `litecoin-cli.sh`
* `bitcoin-cli.sh`
* `litecoin-lightning-cli.sh`
* `bitcoin-lightning-cli.sh`
`bitcoin-cli.sh` and `bitcoin-cli.ps1` let you access your bitcoin node CLI.
We also provide powershell `.ps1` scripts if you are on windows.
You can use it easily:

View File

@@ -3,6 +3,7 @@ version: "3"
services:
clightning_bitcoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_bitcoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin

View File

@@ -3,6 +3,7 @@ version: "3"
services:
clightning_litecoin:
image: nicolasdorier/clightning
container_name: btcpayserver_clightning_litecoin
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin