Merge remote-tracking branch 'btcpayserver/master' into feature/dash

This commit is contained in:
Andrew Camilleri
2018-09-25 09:37:00 +02:00
17 changed files with 33 additions and 33 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -56,7 +56,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -64,7 +64,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782
@@ -104,7 +104,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -58,7 +58,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782
@@ -73,7 +73,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -53,7 +53,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -56,7 +56,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -53,7 +53,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -46,7 +46,7 @@ services:
- nginx-gen - nginx-gen
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -98,7 +98,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -46,7 +46,7 @@ services:
- nginx-gen - nginx-gen
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -106,7 +106,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782
@@ -146,7 +146,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -46,7 +46,7 @@ services:
- nginx-gen - nginx-gen
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -100,7 +100,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782
@@ -115,7 +115,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -46,7 +46,7 @@ services:
- nginx-gen - nginx-gen
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -95,7 +95,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -46,7 +46,7 @@ services:
- nginx-gen - nginx-gen
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -98,7 +98,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -46,7 +46,7 @@ services:
- nginx-gen - nginx-gen
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:
@@ -95,7 +95,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -4,7 +4,7 @@ services:
bgoldd: bgoldd:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bgoldd container_name: btcpayserver_bgoldd
image: kamigawabul/docker-bitcoingold:0.15.1 image: kamigawabul/docker-bitcoingold:0.15.2
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -4,7 +4,7 @@ services:
bitcoind: bitcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_bitcoind container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0 image: nicolasdorier/docker-bitcoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -4,7 +4,7 @@ services:
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.103 image: nicolasdorier/btcpayserver:1.0.2.105
expose: expose:
- "49392" - "49392"
environment: environment:

View File

@@ -4,7 +4,7 @@ services:
groestlcoind: groestlcoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_groestlcoind container_name: btcpayserver_groestlcoind
image: nicolasdorier/docker-groestlcoin:2.16.0 image: nicolasdorier/docker-groestlcoin:2.16.3
environment: environment:
GROESTLCOIN_EXTRA_ARGS: | GROESTLCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782

View File

@@ -4,7 +4,7 @@ services:
litecoind: litecoind:
restart: unless-stopped restart: unless-stopped
container_name: btcpayserver_litecoind container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1 image: nicolasdorier/docker-litecoin:0.16.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
rpcport=43782 rpcport=43782