Initial recipe: lasuite-meet 0.1.0+1.8.0
This commit is contained in:
16
abra.sh
Normal file
16
abra.sh
Normal file
@ -0,0 +1,16 @@
|
||||
# Set any config versions here
|
||||
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
|
||||
export ABRA_ENTRYPOINT_VERSION=v1
|
||||
export NGINX_CONF_VERSION=v1
|
||||
export PG_BACKUP_VERSION=v1
|
||||
export MIGRATE_VERSION=v1
|
||||
export LIVEKIT_CONFIG_VERSION=v1
|
||||
|
||||
environment() {
|
||||
# this exports all the secrets as environment variables
|
||||
source /abra-entrypoint.sh -e
|
||||
}
|
||||
|
||||
migrate() {
|
||||
/migrate.sh
|
||||
}
|
||||
Reference in New Issue
Block a user