diff --git a/scripts/render-compose.sh b/scripts/render-compose.sh new file mode 100644 index 0000000..c1f5c45 --- /dev/null +++ b/scripts/render-compose.sh @@ -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" \ No newline at end of file