working on minio-initialize

This commit is contained in:
notplants
2026-02-20 11:34:35 -05:00
parent f4381dc8a3
commit 6b2e1f166e
4 changed files with 43 additions and 25 deletions

View File

@ -3,6 +3,7 @@
export ABRA_ENTRYPOINT_VERSION=v5
export NGINX_CONF_VERSION=v3
export PG_BACKUP_VERSION=v3
export MINIO_INITIALIZE_VERSION=v1
environment() {
# this exports all the secrets as environment variables
@ -13,3 +14,7 @@ migrate() {
environment
python manage.py migrate --noinput
}
minio_initialize() {
/minio-initialize.sh
}