One last go.

This commit is contained in:
WilliamMiceli
2018-08-02 19:34:53 -04:00
parent 2f72c7e4ae
commit 2b53c6821f
2 changed files with 13 additions and 7 deletions

View File

@@ -67,12 +67,18 @@ volumes:
Application:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
export: /RancherCattleData/${DATA_DIR}/Application
onRemove: retain
UserData:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
export: /RancherCattleData/${DATA_DIR}/UserData
onRemove: retain
Database:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
export: /RancherCattleData/${DATA_DIR}/Database
onRemove: retain

View File

@@ -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: