Various minor additions

This commit is contained in:
WilliamMiceli
2018-12-09 20:23:38 -05:00
parent 3b6a342fb1
commit de7a4cec8e
2 changed files with 7 additions and 11 deletions

View File

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

View File

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