Migration to new deployment system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
nginx:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
links:
|
||||
- btcpayserver
|
||||
nginx-gen:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jwilder/docker-gen
|
||||
container_name: nginx-gen
|
||||
volumes:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
links:
|
||||
- nginx
|
||||
letsencrypt-nginx-proxy-companion:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
container_name: letsencrypt-nginx-proxy-companion
|
||||
volumes:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
links:
|
||||
- nginx-gen
|
||||
btcpayserver:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/btcpayserver:1.0.2.21
|
||||
expose:
|
||||
- "49392"
|
||||
@@ -73,7 +73,7 @@ services:
|
||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||
- "clightning_bitcoin_datadir:/etc/clightning_bitcoin"
|
||||
nbxplorer:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/nbxplorer:1.0.2.7
|
||||
expose:
|
||||
- "32838"
|
||||
@@ -89,12 +89,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:
|
||||
@@ -111,7 +111,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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
nginx:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
links:
|
||||
- btcpayserver
|
||||
nginx-gen:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jwilder/docker-gen
|
||||
container_name: nginx-gen
|
||||
volumes:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
links:
|
||||
- nginx
|
||||
letsencrypt-nginx-proxy-companion:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
container_name: letsencrypt-nginx-proxy-companion
|
||||
volumes:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
links:
|
||||
- nginx-gen
|
||||
btcpayserver:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/btcpayserver:1.0.2.21
|
||||
expose:
|
||||
- "49392"
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
- "clightning_litecoin_datadir:/etc/clightning_litecoin"
|
||||
- "clightning_bitcoin_datadir:/etc/clightning_bitcoin"
|
||||
nbxplorer:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/nbxplorer:1.0.2.7
|
||||
expose:
|
||||
- "32838"
|
||||
@@ -97,12 +97,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:
|
||||
@@ -119,7 +119,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
|
||||
@@ -137,7 +137,7 @@ services:
|
||||
links:
|
||||
- litecoind
|
||||
bitcoind:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
container_name: btcpayserver_bitcoind
|
||||
image: nicolasdorier/docker-bitcoin:0.16.0
|
||||
environment:
|
||||
@@ -154,7 +154,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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
nginx:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
links:
|
||||
- btcpayserver
|
||||
nginx-gen:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jwilder/docker-gen
|
||||
container_name: nginx-gen
|
||||
volumes:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
links:
|
||||
- nginx
|
||||
letsencrypt-nginx-proxy-companion:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
container_name: letsencrypt-nginx-proxy-companion
|
||||
volumes:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
links:
|
||||
- nginx-gen
|
||||
btcpayserver:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/btcpayserver:1.0.2.21
|
||||
expose:
|
||||
- "49392"
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
- "btcpay_datadir:/datadir"
|
||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||
nbxplorer:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/nbxplorer:1.0.2.7
|
||||
expose:
|
||||
- "32838"
|
||||
@@ -91,12 +91,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:
|
||||
@@ -111,7 +111,7 @@ services:
|
||||
volumes:
|
||||
- "litecoin_datadir:/data"
|
||||
bitcoind:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
container_name: btcpayserver_bitcoind
|
||||
image: nicolasdorier/docker-bitcoin:0.16.0
|
||||
environment:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
nginx:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
links:
|
||||
- btcpayserver
|
||||
nginx-gen:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jwilder/docker-gen
|
||||
container_name: nginx-gen
|
||||
volumes:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
links:
|
||||
- nginx
|
||||
letsencrypt-nginx-proxy-companion:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
container_name: letsencrypt-nginx-proxy-companion
|
||||
volumes:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
links:
|
||||
- nginx-gen
|
||||
btcpayserver:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/btcpayserver:1.0.2.21
|
||||
expose:
|
||||
- "49392"
|
||||
@@ -70,7 +70,7 @@ services:
|
||||
- "btcpay_datadir:/datadir"
|
||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||
nbxplorer:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/nbxplorer:1.0.2.7
|
||||
expose:
|
||||
- "32838"
|
||||
@@ -86,12 +86,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:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
nginx:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
links:
|
||||
- btcpayserver
|
||||
nginx-gen:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jwilder/docker-gen
|
||||
container_name: nginx-gen
|
||||
volumes:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
links:
|
||||
- nginx
|
||||
letsencrypt-nginx-proxy-companion:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
container_name: letsencrypt-nginx-proxy-companion
|
||||
volumes:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
links:
|
||||
- nginx-gen
|
||||
btcpayserver:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/btcpayserver:1.0.2.21
|
||||
expose:
|
||||
- "49392"
|
||||
@@ -73,7 +73,7 @@ services:
|
||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||
- "clightning_litecoin_datadir:/etc/clightning_litecoin"
|
||||
nbxplorer:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/nbxplorer:1.0.2.7
|
||||
expose:
|
||||
- "32838"
|
||||
@@ -89,12 +89,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:
|
||||
@@ -111,7 +111,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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
nginx:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
links:
|
||||
- btcpayserver
|
||||
nginx-gen:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jwilder/docker-gen
|
||||
container_name: nginx-gen
|
||||
volumes:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
links:
|
||||
- nginx
|
||||
letsencrypt-nginx-proxy-companion:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
container_name: letsencrypt-nginx-proxy-companion
|
||||
volumes:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
links:
|
||||
- nginx-gen
|
||||
btcpayserver:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/btcpayserver:1.0.2.21
|
||||
expose:
|
||||
- "49392"
|
||||
@@ -70,7 +70,7 @@ services:
|
||||
- "btcpay_datadir:/datadir"
|
||||
- "nbxplorer_datadir:/root/.nbxplorer"
|
||||
nbxplorer:
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/nbxplorer:1.0.2.7
|
||||
expose:
|
||||
- "32838"
|
||||
@@ -86,12 +86,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:
|
||||
|
||||
Reference in New Issue
Block a user