Compare commits
4 Commits
5c6f308acb
...
87c88a8896
| Author | SHA1 | Date | |
|---|---|---|---|
| 87c88a8896 | |||
| bc071e578b | |||
| fc1a7eb541 | |||
| 970343ca09 |
@@ -1,3 +1,4 @@
|
||||
name: privatebin
|
||||
# Docker Compose v2.20 or greater required to use "include"
|
||||
include:
|
||||
#################### NETWORKS ####################
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
name: privatebin
|
||||
# Docker Compose v2.20 or greater required to use "include"
|
||||
include:
|
||||
#################### NETWORKS ####################
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: privatebin
|
||||
# Docker Compose v2.20 or greater required to use "include"
|
||||
include:
|
||||
#################### NETWORKS ####################
|
||||
- ../../compose/networks/proxy.yaml
|
||||
- ../../compose/networks/socket-proxy.yaml
|
||||
#################### SERVICES ####################
|
||||
- ../../compose/privatebin.yaml
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
docker compose --env-file ../env/.env.stack.privatebin --env-file ../env/.env.common config
|
||||
4
docker/PrivateBin/deploy.sh
Executable file
4
docker/PrivateBin/deploy.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
docker compose \
|
||||
--env-file ../env/privatebin-stack.env \
|
||||
--env-file ../env/common.env \
|
||||
$1
|
||||
@@ -1,3 +1,4 @@
|
||||
name: privatebin
|
||||
# Docker Compose v2.20 or greater required to use "include"
|
||||
include:
|
||||
#################### NETWORKS ####################
|
||||
|
||||
Reference in New Issue
Block a user