Migration to new deployment system
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
bgoldd:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
container_name: btcpayserver_bgoldd
|
||||
image: kamigawabul/docker-bitcoingold:0.15.0.2
|
||||
environment:
|
||||
|
||||
@@ -4,7 +4,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
|
||||
|
||||
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
bitcoind:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
container_name: btcpayserver_bitcoind
|
||||
image: nicolasdorier/docker-bitcoin:0.16.0
|
||||
environment:
|
||||
|
||||
@@ -3,7 +3,7 @@ version: "3"
|
||||
services:
|
||||
|
||||
btcpayserver:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/btcpayserver:1.0.2.21
|
||||
expose:
|
||||
- "49392"
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||
|
||||
nbxplorer:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/nbxplorer:1.0.2.7
|
||||
expose:
|
||||
- "32838"
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
- "nbxplorer_datadir:/datadir"
|
||||
|
||||
postgres:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: postgres:9.6.5
|
||||
volumes:
|
||||
- "postgres_datadir:/var/lib/postgresql/data"
|
||||
|
||||
@@ -4,7 +4,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
|
||||
|
||||
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
litecoind:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
container_name: btcpayserver_litecoind
|
||||
image: nicolasdorier/docker-litecoin:0.15.1
|
||||
environment:
|
||||
|
||||
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
- btcpayserver
|
||||
|
||||
nginx-gen:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jwilder/docker-gen
|
||||
container_name: nginx-gen
|
||||
volumes:
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
- nginx
|
||||
|
||||
letsencrypt-nginx-proxy-companion:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
container_name: letsencrypt-nginx-proxy-companion
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user