fixed volumes

This commit is contained in:
kolaente
2017-11-26 16:42:45 +01:00
parent a8a5c2be84
commit 9783dbc89d
2 changed files with 23 additions and 35 deletions
+16 -10
View File
@@ -19,17 +19,23 @@ catalog:
required: true
default: "2222"
type: "int"
- variable: "volume_driver"
description: "Volume driver to associate with this service."
label: "Volume Driver"
- variable: data_path
description: "Path where to store the data of the Gitea-instance."
label: "Data path"
required: true
default: "local"
type: enum
options: # List of options if using type of `enum`
- local
- rancher-nfs
- rancher-efs
- rancher-ebs
default: "/var/lib/gitea"
type: "string"
# - variable: "volume_driver"
# description: "Volume driver to associate with this service."
# label: "Volume Driver"
# required: true
# default: "local"
# type: enum
# options: # List of options if using type of `enum`
# - local
# - rancher-nfs
# - rancher-efs
# - rancher-ebs
- variable: "db_link"
description: "External DB service to use with gitea instead of its own DB-Container."
label: "External DB service"