dcc.sh -> deploy.sh
This commit is contained in:
@@ -1 +0,0 @@
|
||||
docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config
|
||||
5
docker/PrivateBin/behind-proxy-with-db/deploy.sh
Executable file
5
docker/PrivateBin/behind-proxy-with-db/deploy.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
docker compose \
|
||||
--env-file ../../env/privatebin-stack.env \
|
||||
--env-file ../../env/privatebin-db.env \
|
||||
--env-file ../../env/common.env \
|
||||
$1
|
||||
@@ -1 +0,0 @@
|
||||
docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config
|
||||
4
docker/PrivateBin/behind-proxy/deploy.sh
Executable file
4
docker/PrivateBin/behind-proxy/deploy.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
docker compose \
|
||||
--env-file ../../env/privatebin-stack.env \
|
||||
--env-file ../../env/common.env \
|
||||
$1
|
||||
@@ -1 +0,0 @@
|
||||
docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config
|
||||
5
docker/PrivateBin/with-db/deploy.sh
Executable file
5
docker/PrivateBin/with-db/deploy.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
docker compose \
|
||||
--env-file ../../env/privatebin-stack.env \
|
||||
--env-file ../../env/privatebin-db.env \
|
||||
--env-file ../../env/common.env \
|
||||
$1
|
||||
Reference in New Issue
Block a user