Compare commits

...

2 Commits

Author SHA1 Message Date
b8374792f7 remove unnessesary network 2025-02-09 12:35:27 +02:00
5721a522e0 dcc.sh -> deploy.sh 2025-02-09 12:34:07 +02:00
7 changed files with 14 additions and 4 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

View File

@@ -3,7 +3,6 @@ name: yeetfile
include:
#################### NETWORKS ####################
- ../../compose/networks/${YEETFILE_NETWORk_ID}.yaml
- ../compose/networks/${YEETFILEDB_NETWORk_ID}.yaml
#################### SERVICES ####################
- ../../compose/postgres.yaml
- ../../compose/yeetfile.yaml