Fixed volumes config
This commit is contained in:
@@ -38,9 +38,7 @@ services:
|
|||||||
- /RancherCattleData/${DATA_DIR}/Application:/usr/local/apache2/htdocs
|
- /RancherCattleData/${DATA_DIR}/Application:/usr/local/apache2/htdocs
|
||||||
- /RancherCattleConfig/${DATA_DIR}/httpd:/usr/local/apache2/conf
|
- /RancherCattleConfig/${DATA_DIR}/httpd:/usr/local/apache2/conf
|
||||||
- /RancherCattleData/${DATA_DIR}/Application:/var/www/html
|
- /RancherCattleData/${DATA_DIR}/Application:/var/www/html
|
||||||
- /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql
|
|
||||||
- /RancherCattleData/${DATA_DIR}/UserData:/var/www/html/data
|
- /RancherCattleData/${DATA_DIR}/UserData:/var/www/html/data
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:fpm-alpine
|
image: nextcloud:fpm-alpine
|
||||||
dns:
|
dns:
|
||||||
@@ -80,9 +78,7 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
- /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
volumes-from:
|
|
||||||
- httpd
|
|
||||||
{{- if eq .Values.REDIS "true"}}
|
{{- if eq .Values.REDIS "true"}}
|
||||||
redis:
|
redis:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user