Focalboard + dry.sh

This commit is contained in:
Brieuc Dubois 2023-11-05 13:22:44 +01:00
parent e93d9ab46d
commit 5ed2fb7972
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,3 @@
version: "3"
services:
focalboard:
container_name: focalboard

5
bxl-shp/dry.sh Executable file
View File

@ -0,0 +1,5 @@
cd ~/homelab/bxl-shp
cmd=$(find . -type f \( -name "docker-compose.*.yaml" \) | awk '{printf "-f %s \0", $0}' | xargs -0 -I{} echo "docker compose {} --env-file .env --dry-run up -d")
echo $cmd
eval $cmd
# -name "docker-compose.yaml" -o