Archived
migrated to fresh repo
This commit is contained in:
Executable
+10
@@ -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
|
||||
Reference in New Issue
Block a user