Add scripts/render-compose.sh
This commit is contained in:
9
scripts/render-compose.sh
Normal file
9
scripts/render-compose.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
WORKDIR="${WORKDIR:-$PWD/work/opencloud-compose}"
|
||||
MIRROR_URL="${MIRROR_URL:?set MIRROR_URL}"
|
||||
ENV_FILE="${ENV_FILE:-$PWD/overlays/env/production.env}"
|
||||
ROOT="${PWD}"
|
||||
|
||||
python3 "$ROOT/scripts/patch-weboffice-collabora-yaml.py" "$WORKDIR/weboffice/collabora.yml"
|
||||
Reference in New Issue
Block a user