migrated to fresh repo

This commit is contained in:
2026-07-13 06:54:58 +10:00
commit b0e3bac974
17 changed files with 1528 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
CONTEXT="raspi"
ENV="default-environment.env"
PROJECT="raspi"
FILES=(
-f docker-compose.yml
)
docker --context $CONTEXT compose -p $PROJECT --env-file $ENV "${FILES[@]}" $1 $2 $3 $4 $5 $6 $7 $8 $9