dcc.sh -> deploy.sh

This commit is contained in:
2025-02-09 12:34:07 +02:00
parent c8f735d744
commit 5721a522e0
6 changed files with 14 additions and 3 deletions

View File

@@ -1 +0,0 @@
docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config

View 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

View File

@@ -1 +0,0 @@
docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config

View File

@@ -0,0 +1,4 @@
docker compose \
--env-file ../../env/privatebin-stack.env \
--env-file ../../env/common.env \
$1

View File

@@ -1 +0,0 @@
docker compose --env-file ../../env/.env.stack.privatebin --env-file ../../env/.env.common config

View 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