From 5721a522e06afcb812e2d99161bac0714548081b Mon Sep 17 00:00:00 2001 From: Gurulandia Date: Sun, 9 Feb 2025 12:34:07 +0200 Subject: [PATCH] dcc.sh -> deploy.sh --- docker/PrivateBin/behind-proxy-with-db/dcc.sh | 1 - docker/PrivateBin/behind-proxy-with-db/deploy.sh | 5 +++++ docker/PrivateBin/behind-proxy/dcc.sh | 1 - docker/PrivateBin/behind-proxy/deploy.sh | 4 ++++ docker/PrivateBin/with-db/dcc.sh | 1 - docker/PrivateBin/with-db/deploy.sh | 5 +++++ 6 files changed, 14 insertions(+), 3 deletions(-) delete mode 100755 docker/PrivateBin/behind-proxy-with-db/dcc.sh create mode 100755 docker/PrivateBin/behind-proxy-with-db/deploy.sh delete mode 100755 docker/PrivateBin/behind-proxy/dcc.sh create mode 100755 docker/PrivateBin/behind-proxy/deploy.sh delete mode 100755 docker/PrivateBin/with-db/dcc.sh create mode 100755 docker/PrivateBin/with-db/deploy.sh diff --git a/docker/PrivateBin/behind-proxy-with-db/dcc.sh b/docker/PrivateBin/behind-proxy-with-db/dcc.sh deleted file mode 100755 index 3f2fc54..0000000 --- a/docker/PrivateBin/behind-proxy-with-db/dcc.sh +++ /dev/null @@ -1 +0,0 @@ -docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config \ No newline at end of file diff --git a/docker/PrivateBin/behind-proxy-with-db/deploy.sh b/docker/PrivateBin/behind-proxy-with-db/deploy.sh new file mode 100755 index 0000000..429a966 --- /dev/null +++ b/docker/PrivateBin/behind-proxy-with-db/deploy.sh @@ -0,0 +1,5 @@ +docker compose \ +--env-file ../../env/privatebin-stack.env \ +--env-file ../../env/privatebin-db.env \ +--env-file ../../env/common.env \ +$1 diff --git a/docker/PrivateBin/behind-proxy/dcc.sh b/docker/PrivateBin/behind-proxy/dcc.sh deleted file mode 100755 index 3f2fc54..0000000 --- a/docker/PrivateBin/behind-proxy/dcc.sh +++ /dev/null @@ -1 +0,0 @@ -docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config \ No newline at end of file diff --git a/docker/PrivateBin/behind-proxy/deploy.sh b/docker/PrivateBin/behind-proxy/deploy.sh new file mode 100755 index 0000000..565bb8a --- /dev/null +++ b/docker/PrivateBin/behind-proxy/deploy.sh @@ -0,0 +1,4 @@ +docker compose \ +--env-file ../../env/privatebin-stack.env \ +--env-file ../../env/common.env \ +$1 diff --git a/docker/PrivateBin/with-db/dcc.sh b/docker/PrivateBin/with-db/dcc.sh deleted file mode 100755 index 3f2fc54..0000000 --- a/docker/PrivateBin/with-db/dcc.sh +++ /dev/null @@ -1 +0,0 @@ -docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config \ No newline at end of file diff --git a/docker/PrivateBin/with-db/deploy.sh b/docker/PrivateBin/with-db/deploy.sh new file mode 100755 index 0000000..429a966 --- /dev/null +++ b/docker/PrivateBin/with-db/deploy.sh @@ -0,0 +1,5 @@ +docker compose \ +--env-file ../../env/privatebin-stack.env \ +--env-file ../../env/privatebin-db.env \ +--env-file ../../env/common.env \ +$1