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