From 9cde4dc7e2ea23a7f7bcbe7e0cc9e8d7370dad85 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 27 Oct 2018 23:14:26 +0900 Subject: [PATCH] Restart containers if crash --- BTCPayServer.Tests/docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 3e409bf92..991288688 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -66,6 +66,7 @@ services: nbxplorer: image: nicolasdorier/nbxplorer:1.1.0.3 + restart: unless-stopped ports: - "32838:32838" expose: @@ -114,6 +115,7 @@ services: customer_lightningd: image: nicolasdorier/clightning:v0.6.1-1-dev + restart: unless-stopped environment: EXPOSE_TCP: "true" LIGHTNINGD_OPT: | @@ -138,6 +140,7 @@ services: lightning-charged: image: shesek/lightning-charge:0.4.3 + restart: unless-stopped environment: NETWORK: regtest API_TOKEN: foiewnccewuify @@ -204,6 +207,7 @@ services: merchant_lnd: image: btcpayserver/lnd:0.5-beta + restart: unless-stopped environment: LND_CHAIN: "btc" LND_ENVIRONMENT: "regtest" @@ -230,6 +234,7 @@ services: customer_lnd: image: btcpayserver/lnd:0.5-beta + restart: unless-stopped environment: LND_CHAIN: "btc" LND_ENVIRONMENT: "regtest"