added start stop pull scripts
This commit is contained in:
7
dc-down-all-containers.sh
Normal file
7
dc-down-all-containers.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
dc -f admin/compose.yml down
|
||||
dc -f mixed/compose.yml down
|
||||
dc -f olivetine/compose.yml down
|
||||
dc -f vpn/compose.yml down
|
||||
dps
|
||||
7
dc-pull-all-containers.sh
Normal file
7
dc-pull-all-containers.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
dc -f admin/compose.yml pull
|
||||
dc -f mixed/compose.yml pull
|
||||
dc -f olivetine/compose.yml pull
|
||||
dc -f vpn/compose.yml pull
|
||||
dps
|
||||
7
dc-up-all-containers.sh
Normal file
7
dc-up-all-containers.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
dc -f admin/compose.yml up -d
|
||||
dc -f mixed/compose.yml up -d
|
||||
dc -f olivetine/compose.yml up -d
|
||||
dc -f vpn/compose.yml up -d
|
||||
dps
|
||||
Reference in New Issue
Block a user