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