From 0415e1edc00d5ba69b36a89b6c0c3e18f88a5527 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 2 Aug 2018 19:07:25 -0400 Subject: [PATCH] Maybe one day Rancher NFS will work properly --- templates/Nextcloud-NFS/0/docker-compose.yml | 6 ------ templates/Nextcloud-NFS/0/rancher-compose.yml | 14 +++++++------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/templates/Nextcloud-NFS/0/docker-compose.yml b/templates/Nextcloud-NFS/0/docker-compose.yml index 2e617d6..e4cc4a0 100644 --- a/templates/Nextcloud-NFS/0/docker-compose.yml +++ b/templates/Nextcloud-NFS/0/docker-compose.yml @@ -67,18 +67,12 @@ volumes: Nextcloud-Application: driver: rancher-nfs driver_opts: - host: 10.0.10.21 - export: /RancherCattleData/${DATA_DIR}/Application onRemove: retain Nextcloud-UserData: driver: rancher-nfs driver_opts: - host: 10.0.10.21 - export: /RancherCattleData/${DATA_DIR}/UserData onRemove: retain Nextcloud-Database: driver: rancher-nfs driver_opts: - host: 10.0.10.21 - export: /RancherCattleData/${DATA_DIR}/Database onRemove: retain \ No newline at end of file diff --git a/templates/Nextcloud-NFS/0/rancher-compose.yml b/templates/Nextcloud-NFS/0/rancher-compose.yml index 72e9efe..09d96e3 100644 --- a/templates/Nextcloud-NFS/0/rancher-compose.yml +++ b/templates/Nextcloud-NFS/0/rancher-compose.yml @@ -56,13 +56,13 @@ catalog: required: true type: password - - variable: DATA_DIR - label: "Data Directory" - description: | - The directory within the stack directory to store data - default: "Nextcloud/Personal" - required: true - type: string +# - variable: DATA_DIR +# label: "Data Directory" +# description: | +# The directory within the stack directory to store data +# default: "Nextcloud/Personal" +# required: true +# type: string services: nextcloud: