From 6534ab161c719566b0e588ec1255cd04f7077dc0 Mon Sep 17 00:00:00 2001 From: Gurulandia Date: Sun, 9 Feb 2025 11:35:11 +0200 Subject: [PATCH] dcc.sh -> deploy.sh --- docker/YeetFile/behind-proxy-with-db/{dcc.sh => deploy.sh} | 2 +- docker/YeetFile/behind-proxy/{dcc.sh => deploy.sh} | 2 +- docker/YeetFile/{dcc.sh => deploy.sh} | 2 +- docker/YeetFile/with-db/{dcc.sh => deploy.sh} | 2 +- docker/flatnotes/behind-proxy/dcc.sh | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) rename docker/YeetFile/behind-proxy-with-db/{dcc.sh => deploy.sh} (84%) rename docker/YeetFile/behind-proxy/{dcc.sh => deploy.sh} (78%) rename docker/YeetFile/{dcc.sh => deploy.sh} (82%) rename docker/YeetFile/with-db/{dcc.sh => deploy.sh} (84%) delete mode 100755 docker/flatnotes/behind-proxy/dcc.sh diff --git a/docker/YeetFile/behind-proxy-with-db/dcc.sh b/docker/YeetFile/behind-proxy-with-db/deploy.sh similarity index 84% rename from docker/YeetFile/behind-proxy-with-db/dcc.sh rename to docker/YeetFile/behind-proxy-with-db/deploy.sh index 9bdd354..936003c 100755 --- a/docker/YeetFile/behind-proxy-with-db/dcc.sh +++ b/docker/YeetFile/behind-proxy-with-db/deploy.sh @@ -3,4 +3,4 @@ docker compose --env-file ../../env/YeetFile-stack.env \ --env-file ../../env/YeetFile-db.env \ --env-file ../../env/YeetFile.env \ ---env-file ../../env/common.env config +--env-file ../../env/common.env $1 \ No newline at end of file diff --git a/docker/YeetFile/behind-proxy/dcc.sh b/docker/YeetFile/behind-proxy/deploy.sh similarity index 78% rename from docker/YeetFile/behind-proxy/dcc.sh rename to docker/YeetFile/behind-proxy/deploy.sh index 0c7c9f9..9a0c509 100755 --- a/docker/YeetFile/behind-proxy/dcc.sh +++ b/docker/YeetFile/behind-proxy/deploy.sh @@ -1,2 +1,2 @@ #docker create network -d brigde proxy -docker compose --env-file ../../env/YeetFile-stack.env --env-file ../../env/common.env config \ No newline at end of file +docker compose --env-file ../../env/YeetFile-stack.env --env-file ../../env/common.env $1 \ No newline at end of file diff --git a/docker/YeetFile/dcc.sh b/docker/YeetFile/deploy.sh similarity index 82% rename from docker/YeetFile/dcc.sh rename to docker/YeetFile/deploy.sh index 208cae3..f6d8edb 100755 --- a/docker/YeetFile/dcc.sh +++ b/docker/YeetFile/deploy.sh @@ -1,2 +1,2 @@ #docker create network -d bridge yeetfile -docker compose --env-file ../env/YeetFile-stack.env --env-file ../env/common.env config \ No newline at end of file +docker compose --env-file ../env/YeetFile-stack.env --env-file ../env/common.env $1 \ No newline at end of file diff --git a/docker/YeetFile/with-db/dcc.sh b/docker/YeetFile/with-db/deploy.sh similarity index 84% rename from docker/YeetFile/with-db/dcc.sh rename to docker/YeetFile/with-db/deploy.sh index f7a0732..8c527eb 100755 --- a/docker/YeetFile/with-db/dcc.sh +++ b/docker/YeetFile/with-db/deploy.sh @@ -3,4 +3,4 @@ docker compose --env-file ../../env/YeetFile-stack.env \ --env-file ../../env/YeetFile.env \ --env-file ../../env/YeetFile-db.env \ ---env-file ../../env/common.env config +--env-file ../../env/common.env $1 \ No newline at end of file diff --git a/docker/flatnotes/behind-proxy/dcc.sh b/docker/flatnotes/behind-proxy/dcc.sh deleted file mode 100755 index 1162571..0000000 --- a/docker/flatnotes/behind-proxy/dcc.sh +++ /dev/null @@ -1 +0,0 @@ -docker compose --env-file ../../env/.env.stack.flatnotes --env-file ../../env/.env.common config \ No newline at end of file