Various minor additions
This commit is contained in:
@@ -68,9 +68,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
||||||
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
||||||
- /RancherCattle/${DATA_DIR}/Configuration/NGINX:/etc/nginx
|
- /RancherCattle/${DATA_DIR}/Configuration/Nextcloud:/var/www/html/config # Nextcloud configuration files
|
||||||
- /RancherCattle/${DATA_DIR}/Nextcloud:/var/www/html
|
- /RancherCattle/${DATA_DIR}/Configuration/NGINX:/etc/nginx # NGINX configuration files
|
||||||
- /RancherCattle/${DATA_DIR}/UserData:/var/www/html/data
|
- /RancherCattle/${DATA_DIR}/Apps:/var/www/html/custom_apps # Nextcloud apps
|
||||||
|
- /RancherCattle/${DATA_DIR}/Nextcloud:/var/www/html # Nextcloud site
|
||||||
|
- /RancherCattle/${DATA_DIR}/UserData:/var/www/html/data # Users' data file
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns:
|
dns:
|
||||||
|
|||||||
@@ -78,12 +78,6 @@ catalog:
|
|||||||
label: "Data Directory"
|
label: "Data Directory"
|
||||||
description: |
|
description: |
|
||||||
The directory to store persistent data for the stack.
|
The directory to store persistent data for the stack.
|
||||||
default: "Personal/Nextcloud-Experimental"
|
default: "Personal-Experimental/Nextcloud"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
services:
|
|
||||||
nextcloud:
|
|
||||||
scale: 1
|
|
||||||
mysql:
|
|
||||||
scale: 1
|
|
||||||
Reference in New Issue
Block a user