# Set any config versions here # Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs export ABRA_ENTRYPOINT_VERSION=v3 export NGINX_CONF_VERSION=v2 export PG_BACKUP_VERSION=v3 # environment() { # # TODO: Add file_env here # } migrate() { python manage.py migrate --noinput }