Not going to use the $${stack_name} that's -supposed- to work
This commit is contained in:
@@ -68,17 +68,17 @@ volumes:
|
|||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
host: 10.0.10.21
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Application/
|
export: /RancherCattleData/${DATA_DIR}/Application/
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Nextcloud-UserData:
|
Nextcloud-UserData:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
host: 10.0.10.21
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/UserData/
|
export: /RancherCattleData/${DATA_DIR}/UserData/
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Nextcloud-Database:
|
Nextcloud-Database:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
host: 10.0.10.21
|
host: 10.0.10.21
|
||||||
export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Database/
|
export: /RancherCattleData/${DATA_DIR}/Database/
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
@@ -60,7 +60,7 @@ catalog:
|
|||||||
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: "Personal"
|
default: "Nextcloud/Personal"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user