1
0

Migration to new deployment system

This commit is contained in:
nicolas.dorier
2018-05-19 14:50:48 +09:00
parent edc7e07988
commit 7b3faa71c2
33 changed files with 501 additions and 197 deletions

View File

@@ -1,7 +1,7 @@
version: "3"
services:
btcpayserver:
restart: always
restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.21
expose:
- "49392"
@@ -31,7 +31,7 @@ services:
ports:
- "80:49392"
nbxplorer:
restart: always
restart: unless-stopped
image: nicolasdorier/nbxplorer:1.0.2.7
expose:
- "32838"
@@ -47,12 +47,12 @@ services:
links:
- bitcoind
postgres:
restart: always
restart: unless-stopped
image: postgres:9.6.5
volumes:
- "postgres_datadir:/var/lib/postgresql/data"
bitcoind:
restart: always
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0
environment:
@@ -69,7 +69,7 @@ services:
clightning_bitcoin:
image: nicolasdorier/clightning:0.0.0.16
container_name: btcpayserver_clightning_bitcoin
restart: always
restart: unless-stopped
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin

View File

@@ -1,7 +1,7 @@
version: "3"
services:
btcpayserver:
restart: always
restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.21
expose:
- "49392"
@@ -35,7 +35,7 @@ services:
ports:
- "80:49392"
nbxplorer:
restart: always
restart: unless-stopped
image: nicolasdorier/nbxplorer:1.0.2.7
expose:
- "32838"
@@ -55,12 +55,12 @@ services:
- litecoind
- bitcoind
postgres:
restart: always
restart: unless-stopped
image: postgres:9.6.5
volumes:
- "postgres_datadir:/var/lib/postgresql/data"
litecoind:
restart: always
restart: unless-stopped
container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1
environment:
@@ -77,7 +77,7 @@ services:
clightning_litecoin:
image: nicolasdorier/clightning:0.0.0.16
container_name: btcpayserver_clightning_litecoin
restart: always
restart: unless-stopped
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin
@@ -95,7 +95,7 @@ services:
links:
- litecoind
bitcoind:
restart: always
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0
environment:
@@ -112,7 +112,7 @@ services:
clightning_bitcoin:
image: nicolasdorier/clightning:0.0.0.16
container_name: btcpayserver_clightning_bitcoin
restart: always
restart: unless-stopped
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin

View File

@@ -1,7 +1,7 @@
version: "3"
services:
btcpayserver:
restart: always
restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.21
expose:
- "49392"
@@ -29,7 +29,7 @@ services:
ports:
- "80:49392"
nbxplorer:
restart: always
restart: unless-stopped
image: nicolasdorier/nbxplorer:1.0.2.7
expose:
- "32838"
@@ -49,12 +49,12 @@ services:
- litecoind
- bitcoind
postgres:
restart: always
restart: unless-stopped
image: postgres:9.6.5
volumes:
- "postgres_datadir:/var/lib/postgresql/data"
litecoind:
restart: always
restart: unless-stopped
container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1
environment:
@@ -69,7 +69,7 @@ services:
volumes:
- "litecoin_datadir:/data"
bitcoind:
restart: always
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0
environment:

View File

@@ -1,7 +1,7 @@
version: "3"
services:
btcpayserver:
restart: always
restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.21
expose:
- "49392"
@@ -28,7 +28,7 @@ services:
ports:
- "80:49392"
nbxplorer:
restart: always
restart: unless-stopped
image: nicolasdorier/nbxplorer:1.0.2.7
expose:
- "32838"
@@ -44,12 +44,12 @@ services:
links:
- bitcoind
postgres:
restart: always
restart: unless-stopped
image: postgres:9.6.5
volumes:
- "postgres_datadir:/var/lib/postgresql/data"
bitcoind:
restart: always
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.0
environment:

View File

@@ -1,7 +1,7 @@
version: "3"
services:
btcpayserver:
restart: always
restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.21
expose:
- "49392"
@@ -31,7 +31,7 @@ services:
ports:
- "80:49392"
nbxplorer:
restart: always
restart: unless-stopped
image: nicolasdorier/nbxplorer:1.0.2.7
expose:
- "32838"
@@ -47,12 +47,12 @@ services:
links:
- litecoind
postgres:
restart: always
restart: unless-stopped
image: postgres:9.6.5
volumes:
- "postgres_datadir:/var/lib/postgresql/data"
litecoind:
restart: always
restart: unless-stopped
container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1
environment:
@@ -69,7 +69,7 @@ services:
clightning_litecoin:
image: nicolasdorier/clightning:0.0.0.16
container_name: btcpayserver_clightning_litecoin
restart: always
restart: unless-stopped
environment:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin

View File

@@ -1,7 +1,7 @@
version: "3"
services:
btcpayserver:
restart: always
restart: unless-stopped
image: nicolasdorier/btcpayserver:1.0.2.21
expose:
- "49392"
@@ -28,7 +28,7 @@ services:
ports:
- "80:49392"
nbxplorer:
restart: always
restart: unless-stopped
image: nicolasdorier/nbxplorer:1.0.2.7
expose:
- "32838"
@@ -44,12 +44,12 @@ services:
links:
- litecoind
postgres:
restart: always
restart: unless-stopped
image: postgres:9.6.5
volumes:
- "postgres_datadir:/var/lib/postgresql/data"
litecoind:
restart: always
restart: unless-stopped
container_name: btcpayserver_litecoind
image: nicolasdorier/docker-litecoin:0.15.1
environment: