Maybe one day Rancher NFS will work properly
This commit is contained in:
@@ -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
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user