diff --git a/templates/Joomla/0/rancher-compose.yml b/templates/Joomla/0/rancher-compose.yml index 454187d..1247cda 100644 --- a/templates/Joomla/0/rancher-compose.yml +++ b/templates/Joomla/0/rancher-compose.yml @@ -1,6 +1,6 @@ version: '2' catalog: - name: Nextcloud + name: Joomla version: latest # description: # minimum_rancher_version: @@ -24,50 +24,18 @@ catalog: required: true type: string - - variable: "DB_ROOT_PASS" - label: "Database Root Password" - description: | - A secure password to be used by the "root" database user. - # default: - required: true - type: password - - variable: "DB_USER_PASS" label: "Database User Password" description: | - A secure password to be used by the "nextcloud_user" database user. + A secure password to be used by the database user. # default: required: true type: password - - variable: "NC_ADMIN" - label: "Nextcloud Admin Username" - description: | - The username of the Nextcloud admin user. - # default: - required: true - type: string - - - variable: "NC_ADMIN_PASS" - label: "Nextcloud Admin Password" - description: | - A secure password for the Nextcloud admin user. - # default: - required: true - type: password - - - variable: "REDIS" - label: "Enable Redis" - description: | - Add a Redis container for memory caching. Additional setup required, see README. - default: true - required: true - type: boolean - - variable: "DATA_DIR" label: "Data Directory" description: | The directory to store persistent data for the stack. - default: "Personal/Nextcloud" + default: "Personal/Joomla" required: true type: string \ No newline at end of file