Changed data directory to be just "/Rancher"
This commit is contained in:
@@ -23,4 +23,4 @@ services:
|
||||
{{- end}}
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- /RancherCattle/${DATA_DIR}/Data:/data
|
||||
- /Rancher/${DATA_DIR}/Data:/data
|
||||
@@ -32,4 +32,4 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Content:/var/lib/ghost/content
|
||||
- /Rancher/${DATA_DIR}/Content:/var/lib/ghost/content
|
||||
@@ -41,6 +41,6 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Config:/etc/gitlab
|
||||
- /RancherCattle/${DATA_DIR}/Logs:/var/log/gitlab
|
||||
- /RancherCattle/${DATA_DIR}/Data:/var/opt/gitlab
|
||||
- /Rancher/${DATA_DIR}/Config:/etc/gitlab
|
||||
- /Rancher/${DATA_DIR}/Logs:/var/log/gitlab
|
||||
- /Rancher/${DATA_DIR}/Data:/var/opt/gitlab
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Data:/data
|
||||
- /Rancher/${DATA_DIR}/Data:/data
|
||||
postgres:
|
||||
image: postgres:9.6
|
||||
dns:
|
||||
@@ -59,4 +59,4 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/postgresql/data
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/postgresql/data
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
|
||||
- /Rancher/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
|
||||
guacd:
|
||||
image: guacamole/guacd:latest
|
||||
dns:
|
||||
@@ -73,5 +73,5 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
|
||||
- /RancherCattle/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
||||
- /Rancher/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
|
||||
@@ -34,6 +34,6 @@ services:
|
||||
restart: on-failure
|
||||
volumes:
|
||||
{{- if eq .Values.PERSIST_CONF "true"}}
|
||||
- /RancherCattle/${DATA_DIR}/Configuration:/usr/local/apache2/conf
|
||||
- /Rancher/${DATA_DIR}/Configuration:/usr/local/apache2/conf
|
||||
{{- end}}
|
||||
- /RancherCattle/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/
|
||||
- /Rancher/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/
|
||||
@@ -18,9 +18,9 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Configuration/Invoice Ninja/.env:/var/www/app/.env
|
||||
- /RancherCattle/${DATA_DIR}/Logo:/var/www/app/public/logo
|
||||
- /RancherCattle/${DATA_DIR}/Storage:/var/www/app/storage
|
||||
- /Rancher/${DATA_DIR}/Configuration/Invoice Ninja/.env:/var/www/app/.env
|
||||
- /Rancher/${DATA_DIR}/Logo:/var/www/app/public/logo
|
||||
- /Rancher/${DATA_DIR}/Storage:/var/www/app/storage
|
||||
cron:
|
||||
image: invoiceninja/invoiceninja:latest
|
||||
dns:
|
||||
@@ -67,7 +67,7 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
||||
nginx:
|
||||
image: nginx
|
||||
dns:
|
||||
@@ -95,6 +95,6 @@ services:
|
||||
- invoiceninja
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- /RancherCattle/${DATA_DIR}/Configuration/NGINX/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- /Rancher/${DATA_DIR}/Configuration/NGINX/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
volumes_from:
|
||||
- invoiceninja
|
||||
@@ -59,10 +59,10 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Apps:/var/www/html/custom_apps # Nextcloud apps
|
||||
- /RancherCattle/${DATA_DIR}/Configuration:/var/www/html/config # Nextcloud configuration files
|
||||
- /RancherCattle/${DATA_DIR}/Nextcloud:/var/www/html # Nextcloud site
|
||||
- /RancherCattle/${DATA_DIR}/UserData:/var/www/html/data # Users' data file
|
||||
- /Rancher/${DATA_DIR}/Apps:/var/www/html/custom_apps # Nextcloud apps
|
||||
- /Rancher/${DATA_DIR}/Configuration:/var/www/html/config # Nextcloud configuration files
|
||||
- /Rancher/${DATA_DIR}/Nextcloud:/var/www/html # Nextcloud site
|
||||
- /Rancher/${DATA_DIR}/UserData:/var/www/html/data # Users' data file
|
||||
mysql:
|
||||
image: mysql:5
|
||||
dns: # Using Cloudflare DNS
|
||||
@@ -83,7 +83,7 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
||||
{{- if eq .Values.REDIS "true"}}
|
||||
redis:
|
||||
image: redis:alpine
|
||||
|
||||
@@ -29,6 +29,6 @@ services:
|
||||
- /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
|
||||
{{- if eq .Values.PERSIST_CONF "true"}}
|
||||
- /RancherCattle/${DATA_DIR}/Configuration:/etc/nginx
|
||||
- /Rancher/${DATA_DIR}/Configuration:/etc/nginx
|
||||
{{- end}}
|
||||
- /RancherCattle/${DATA_DIR}/HTML:/usr/share/nginx/html
|
||||
- /Rancher/${DATA_DIR}/HTML:/usr/share/nginx/html
|
||||
|
||||
@@ -43,6 +43,6 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/postgresql/9.6/main
|
||||
- /RancherCattle/${DATA_DIR}/Logs:/var/log/supervisor
|
||||
- /RancherCattle/${DATA_DIR}/Static:/var/db/openproject
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/postgresql/9.6/main
|
||||
- /Rancher/${DATA_DIR}/Logs:/var/log/supervisor
|
||||
- /Rancher/${DATA_DIR}/Static:/var/db/openproject
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
||||
{{- if .Values.DATA_DIR}}
|
||||
{{- if eq .Values.CUSTOM_CONF "true"}}
|
||||
- /RancherCattle/${DATA_DIR}/Configuration/redis.conf:/usr/local/etc/redis/redis.conf
|
||||
- /Rancher/${DATA_DIR}/Configuration/redis.conf:/usr/local/etc/redis/redis.conf
|
||||
{{- end}}
|
||||
- /RancherCattle/${DATA_DIR}/Data:/data
|
||||
- /Rancher/${DATA_DIR}/Data:/data
|
||||
{{- end}}
|
||||
@@ -44,8 +44,8 @@ services:
|
||||
{{- end}}
|
||||
traefik.enable: false
|
||||
volumes:
|
||||
- /RancherCattle/${DATA_DIR}/Database/Data:/data/db
|
||||
- /RancherCattle/${DATA_DIR}/Database/Dump:/dump
|
||||
- /Rancher/${DATA_DIR}/Database/Data:/data/db
|
||||
- /Rancher/${DATA_DIR}/Database/Dump:/dump
|
||||
command: mongod --smallfiles
|
||||
rocketchat:
|
||||
image: rocketchat/rocket.chat:latest
|
||||
|
||||
@@ -38,8 +38,8 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Application:/var/lib/snipeit
|
||||
- /RancherCattle/${DATA_DIR}/Backups:/var/www/html/storage/app/backups
|
||||
- /Rancher/${DATA_DIR}/Application:/var/lib/snipeit
|
||||
- /Rancher/${DATA_DIR}/Backups:/var/www/html/storage/app/backups
|
||||
mysql:
|
||||
image: mysql:5
|
||||
dns:
|
||||
@@ -60,4 +60,4 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
||||
|
||||
@@ -23,6 +23,6 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Configuration/traefik.toml:/traefik.toml
|
||||
- /RancherCattle/${DATA_DIR}/LetsEncrypt/acme.json:/acme.json # For Let's Encrypt certificates
|
||||
- /RancherCattle/${DATA_DIR}/Logs:/external/logs
|
||||
- /Rancher/${DATA_DIR}/Configuration/traefik.toml:/traefik.toml
|
||||
- /Rancher/${DATA_DIR}/LetsEncrypt/acme.json:/acme.json # For Let's Encrypt certificates
|
||||
- /Rancher/${DATA_DIR}/Logs:/external/logs
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Wordpress:/var/www/html
|
||||
- /Rancher/${DATA_DIR}/Wordpress:/var/www/html
|
||||
mysql:
|
||||
image: mysql:5
|
||||
dns:
|
||||
@@ -54,4 +54,4 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/XWiki:/usr/local/xwiki
|
||||
- /Rancher/${DATA_DIR}/XWiki:/usr/local/xwiki
|
||||
postgresql:
|
||||
image: postgres:alpine
|
||||
dns:
|
||||
@@ -61,4 +61,4 @@ services:
|
||||
volumes:
|
||||
- /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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/postgresql/data
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/postgresql/data
|
||||
Reference in New Issue
Block a user