Compare commits
2 Commits
c8f735d744
...
b8374792f7
| Author | SHA1 | Date | |
|---|---|---|---|
| b8374792f7 | |||
| 5721a522e0 |
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user