modified: apps/gramps/docker-compose.yml
modified: apps/nextcloud/docker-compose.yml modified: apps/passbolt/docker-compose.yml modified: core/authelia/configuration.yml modified: core/docker-compose.yml modified: default-environment.env modified: monitoring/gotify/docker-compose.yml modified: monitoring/prometheus/docker-compose.yml modified: monitoring/prometheus/prometheus.yml modified: services-up.sh
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ENV="default-environment.env"
|
||||
SECRETS="secrets/stack-secrets.env"
|
||||
PROJECT="core"
|
||||
FILES=(
|
||||
-f default-network.yml
|
||||
@@ -21,4 +22,4 @@ FILES=(
|
||||
-f core/test/docker-compose.yml
|
||||
)
|
||||
|
||||
docker compose -p $PROJECT --env-file $ENV "${FILES[@]}" $1 $2 $3 $4 $5 $6 $7 $8 $9
|
||||
docker compose -p $PROJECT --env-file $ENV --env-file $SECRETS "${FILES[@]}" $1 $2 $3 $4 $5 $6 $7 $8 $9
|
||||
|
||||
Reference in New Issue
Block a user