1
0

Update nginx template, clightning, and make sure the nginx companion start after nginx-gen

This commit is contained in:
nicolas.dorier
2018-04-28 00:24:00 +09:00
parent 84fa7b82df
commit 13f46b4da7
13 changed files with 165 additions and 44 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services:
clightning_bitcoin:
image: nicolasdorier/clightning:0.0.0.9
image: nicolasdorier/clightning:0.0.0.11
container_name: btcpayserver_clightning_bitcoin
restart: always
environment:

View File

@@ -2,7 +2,7 @@ version: "3"
services:
clightning_litecoin:
image: nicolasdorier/clightning:0.0.0.9
image: nicolasdorier/clightning:0.0.0.11
container_name: btcpayserver_clightning_litecoin
restart: always
environment:

View File

@@ -46,7 +46,7 @@ services:
NGINX_PROXY_CONTAINER: "nginx"
ACME_CA_URI: ${ACME_CA_URI:-https://acme-staging.api.letsencrypt.org/directory}
links:
- nginx
- nginx-gen
volumes:
nginx_conf: