From d8b74408de6a471af9dc579bdd32399dbe8a5288 Mon Sep 17 00:00:00 2001 From: Marco Hermo Date: Mon, 26 Feb 2024 14:49:36 +1300 Subject: [PATCH] Update install.yaml --- install.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/install.yaml b/install.yaml index 5313833..3db0143 100644 --- a/install.yaml +++ b/install.yaml @@ -1,6 +1,6 @@ # Details about the install.yaml file are at https://ddev.readthedocs.io/en/latest/users/extend/additional-services/#sections-and-features-of-ddev-get-add-on-installyaml -name: addon-template +name: apache-tika # pre_install_actions - list of actions to run before installing the addon. # Examples would be removing an extraneous docker volume, @@ -9,12 +9,12 @@ name: addon-template pre_install_actions: # Actions with #ddev-nodisplay will not show the execution of the action, but may show their output # - | - # #ddev-nodisplay - #ddev-description:Check architecture type for incompatible arm64 type - # if [ "$(arch)" = "arm64" -o "$(arch)" = "aarch64" ]; then - # echo "This package does not work on arm64 machines"; - # exit 1; - #fi +# #ddev-nodisplay +#ddev-description:Check architecture type for incompatible arm64 type +# if [ "$(arch)" = "arm64" -o "$(arch)" = "aarch64" ]; then +# echo "This package does not work on arm64 machines"; +# exit 1; +#fi # - "docker volume rm ddev-${DDEV_PROJECT}_solr 2>/dev/null || true" #- | @@ -58,7 +58,7 @@ pre_install_actions: # if it hasn't been modified by the user. # DDEV environment variables can be interpolated into these filenames project_files: -- docker-compose.addon-template.yaml + - docker-compose.apache-tika.yaml # - extra_files/ # - somefile.sh