One last go.
This commit is contained in:
@@ -67,12 +67,18 @@ volumes:
|
|||||||
Application:
|
Application:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
host: 10.0.10.21
|
||||||
|
export: /RancherCattleData/${DATA_DIR}/Application
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
UserData:
|
UserData:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
host: 10.0.10.21
|
||||||
|
export: /RancherCattleData/${DATA_DIR}/UserData
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Database:
|
Database:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
host: 10.0.10.21
|
||||||
|
export: /RancherCattleData/${DATA_DIR}/Database
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
@@ -56,13 +56,13 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
|
|
||||||
# - variable: DATA_DIR
|
- variable: DATA_DIR
|
||||||
# label: "Data Directory"
|
label: "Data Directory"
|
||||||
# description: |
|
description: |
|
||||||
# The directory within the stack directory to store data
|
The directory within the stack directory to store data
|
||||||
# default: "Nextcloud/Personal"
|
default: "Nextcloud/Personal"
|
||||||
# required: true
|
required: true
|
||||||
# type: string
|
type: string
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
|
|||||||
Reference in New Issue
Block a user