From 918096dd6f1365003e23122dbaa96dd488d024f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hub=C3=ADk?= Date: Sun, 22 Jul 2018 19:13:16 +0200 Subject: [PATCH] Add btcpay-down tool For purposes of some monitoring tools that require both start and stop scripts. --- btcpay-down.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 btcpay-down.sh diff --git a/btcpay-down.sh b/btcpay-down.sh new file mode 100644 index 0000000..75dde3e --- /dev/null +++ b/btcpay-down.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +. /etc/profile.d/btcpay-env.sh + +cd "`dirname $BTCPAY_ENV_FILE`" +docker-compose -f $BTCPAY_DOCKER_COMPOSE down