Merge branch 'development' into 'master'
Updated root directory See merge request WilliamMiceli/personal-rancher-catalog!2
This commit is contained in:
@@ -25,4 +25,4 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- /Rancher/${DATA_DIR}/Data:/data
|
- /Persistent/${DATA_DIR}/Data:/data
|
||||||
@@ -29,10 +29,10 @@ 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}/Blob:/cryptpad/blob
|
- /Persistent/${DATA_DIR}/Blob:/cryptpad/blob
|
||||||
- /RancherCattle/${DATA_DIR}/BlobStage:/cryptpad/blobstage
|
- /Persistent/${DATA_DIR}/BlobStage:/cryptpad/blobstage
|
||||||
- /RancherCattle/${DATA_DIR}/Block:/cryptpad/block
|
- /Persistent/${DATA_DIR}/Block:/cryptpad/block
|
||||||
- /RancherCattle/${DATA_DIR}/Configuration:/cryptpad/customize
|
- /Persistent/${DATA_DIR}/Configuration:/cryptpad/customize
|
||||||
- /RancherCattle/${DATA_DIR}/Data:/cryptpad/datastore
|
- /Persistent/${DATA_DIR}/Data:/cryptpad/datastore
|
||||||
- /RancherCattle/${DATA_DIR}/Pins:/cryptpad/pins
|
- /Persistent/${DATA_DIR}/Pins:/cryptpad/pins
|
||||||
- /RancherCattle/${DATA_DIR}/Tasks:/cryptpad/tasks
|
- /Persistent/${DATA_DIR}/Tasks:/cryptpad/tasks
|
||||||
@@ -34,4 +34,4 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Content:/var/lib/ghost/content
|
- /Persistent/${DATA_DIR}/Content:/var/lib/ghost/content
|
||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
traefik.enable: false
|
traefik.enable: false
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /Rancher/${DATA_DIR}:/etc/gitlab-runner
|
- /Persistent/${DATA_DIR}:/etc/gitlab-runner
|
||||||
gitlab-runner:
|
gitlab-runner:
|
||||||
image: gitlab/gitlab-runner:alpine # Alpine Linux image is designed to use only Docker as the method of spawning runners
|
image: gitlab/gitlab-runner:alpine # Alpine Linux image is designed to use only Docker as the method of spawning runners
|
||||||
command:
|
command:
|
||||||
@@ -61,4 +61,4 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /Rancher/${DATA_DIR}:/etc/gitlab-runner
|
- /Persistent/${DATA_DIR}:/etc/gitlab-runner
|
||||||
|
|||||||
@@ -43,6 +43,6 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Config:/etc/gitlab
|
- /Persistent/${DATA_DIR}/Config:/etc/gitlab
|
||||||
- /Rancher/${DATA_DIR}/Logs:/var/log/gitlab
|
- /Persistent/${DATA_DIR}/Logs:/var/log/gitlab
|
||||||
- /Rancher/${DATA_DIR}/Data:/var/opt/gitlab
|
- /Persistent/${DATA_DIR}/Data:/var/opt/gitlab
|
||||||
@@ -42,7 +42,7 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Data:/data
|
- /Persistent/${DATA_DIR}/Data:/data
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:9.6
|
||||||
dns:
|
dns:
|
||||||
@@ -63,4 +63,4 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/postgresql/data
|
- /Persistent/${DATA_DIR}/Database:/var/lib/postgresql/data
|
||||||
@@ -29,6 +29,6 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Backups:/var/www/backup # Backups
|
- /Persistent/${DATA_DIR}/Backups:/var/www/backup # Backups
|
||||||
- /Rancher/${DATA_DIR}/Images:/var/www/images # Images
|
- /Persistent/${DATA_DIR}/Logs:/var/www/logs # Logs
|
||||||
- /Rancher/${DATA_DIR}/User:/var/www/user # User Data
|
- /Persistent/${DATA_DIR}/User:/var/www/user # User
|
||||||
@@ -20,7 +20,6 @@ services:
|
|||||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|
||||||
### Start Web Segment
|
### Start Web Segment
|
||||||
traefik.frontend.entryPoints: http,https
|
traefik.frontend.entryPoints: http,https
|
||||||
traefik.frontend.headers.forceSTSHeader: true
|
traefik.frontend.headers.forceSTSHeader: true
|
||||||
@@ -39,7 +38,7 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
|
- /Persistent/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
|
||||||
guacd:
|
guacd:
|
||||||
image: guacamole/guacd:latest
|
image: guacamole/guacd:latest
|
||||||
dns:
|
dns:
|
||||||
@@ -77,5 +76,5 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
- /Rancher/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
|
- /Persistent/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
|
||||||
@@ -38,6 +38,6 @@ services:
|
|||||||
- /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
|
||||||
{{- if eq .Values.PERSIST_CONF "true"}}
|
{{- if eq .Values.PERSIST_CONF "true"}}
|
||||||
- /Rancher/${DATA_DIR}/Configuration:/usr/local/apache2/conf
|
- /Persistent/${DATA_DIR}/Configuration:/usr/local/apache2/conf
|
||||||
{{- end}}
|
{{- end}}
|
||||||
- /Rancher/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/
|
- /Persistent/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/
|
||||||
@@ -20,9 +20,9 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Configuration/Invoice Ninja/.env:/var/www/app/.env
|
- /Persistent/${DATA_DIR}/Configuration/Invoice Ninja/.env:/var/www/app/.env
|
||||||
- /Rancher/${DATA_DIR}/Logo:/var/www/app/public/logo
|
- /Persistent/${DATA_DIR}/Logo:/var/www/app/public/logo
|
||||||
- /Rancher/${DATA_DIR}/Storage:/var/www/app/storage
|
- /Persistent/${DATA_DIR}/Storage:/var/www/app/storage
|
||||||
cron:
|
cron:
|
||||||
image: invoiceninja/invoiceninja:latest
|
image: invoiceninja/invoiceninja:latest
|
||||||
dns:
|
dns:
|
||||||
@@ -73,7 +73,7 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx
|
||||||
dns:
|
dns:
|
||||||
@@ -103,6 +103,6 @@ services:
|
|||||||
- invoiceninja
|
- invoiceninja
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- /Rancher/${DATA_DIR}/Configuration/NGINX/nginx.conf:/etc/nginx/nginx.conf:ro
|
- /Persistent/${DATA_DIR}/Configuration/NGINX/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- invoiceninja
|
- invoiceninja
|
||||||
@@ -29,6 +29,6 @@ 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}/Cache:/cache # Cache files
|
- /Persistent/${DATA_DIR}/Cache:/cache # Cache files
|
||||||
- /RancherCattle/${DATA_DIR}/Configuration:/config # Configuration files
|
- /Persistent/${DATA_DIR}/Configuration:/config # Configuration files
|
||||||
- /RancherCattle/${DATA_DIR}/Media:/mnt/library # Media files
|
- /Persistent/${DATA_DIR}/Media:/mnt/library # Media files
|
||||||
@@ -36,7 +36,7 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Files:/var/www/html # Joomla Public Files
|
- /Persistent/${DATA_DIR}/Files:/var/www/html # Joomla Public Files
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns: # Using Cloudflare DNS
|
dns: # Using Cloudflare DNS
|
||||||
@@ -59,4 +59,4 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql # MySQL data
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql # MySQL data
|
||||||
|
|||||||
@@ -61,10 +61,10 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Apps:/var/www/html/custom_apps # Nextcloud apps
|
- /Persistent/${DATA_DIR}/Apps:/var/www/html/custom_apps # Nextcloud apps
|
||||||
- /Rancher/${DATA_DIR}/Configuration:/var/www/html/config # Nextcloud configuration files
|
- /Persistent/${DATA_DIR}/Configuration:/var/www/html/config # Nextcloud configuration files
|
||||||
- /Rancher/${DATA_DIR}/Nextcloud:/var/www/html # Nextcloud site
|
- /Persistent/${DATA_DIR}/Nextcloud:/var/www/html # Nextcloud site
|
||||||
- /Rancher/${DATA_DIR}/UserData:/var/www/html/data # Users' data file
|
- /Persistent/${DATA_DIR}/UserData:/var/www/html/data # Users' data file
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns: # Using Cloudflare DNS
|
dns: # Using Cloudflare DNS
|
||||||
@@ -87,7 +87,7 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
{{- if eq .Values.REDIS "true"}}
|
{{- if eq .Values.REDIS "true"}}
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ services:
|
|||||||
- /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
|
||||||
{{- if eq .Values.PERSIST_CONF "true"}}
|
{{- if eq .Values.PERSIST_CONF "true"}}
|
||||||
- /Rancher/${DATA_DIR}/Configuration:/etc/nginx
|
- /Persistent/${DATA_DIR}/Configuration:/etc/nginx
|
||||||
{{- end}}
|
{{- end}}
|
||||||
- /Rancher/${DATA_DIR}/HTML:/usr/share/nginx/html
|
- /Persistent/${DATA_DIR}/HTML:/usr/share/nginx/html
|
||||||
|
|||||||
@@ -45,6 +45,6 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/postgresql/9.6/main
|
- /Persistent/${DATA_DIR}/Database:/var/lib/postgresql/9.6/main
|
||||||
- /Rancher/${DATA_DIR}/Logs:/var/log/supervisor
|
- /Persistent/${DATA_DIR}/Logs:/var/log/supervisor
|
||||||
- /Rancher/${DATA_DIR}/Static:/var/db/openproject
|
- /Persistent/${DATA_DIR}/Static:/var/db/openproject
|
||||||
@@ -34,7 +34,7 @@ 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}:/root/.config/pydio/cells
|
- /Persistent/${DATA_DIR}:/root/.config/pydio/cells
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5.7
|
image: mysql:5.7
|
||||||
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci]
|
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci]
|
||||||
@@ -58,4 +58,4 @@ 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}/Database:/var/lib/mysql
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
- /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
|
||||||
{{- if .Values.DATA_DIR}}
|
{{- if .Values.DATA_DIR}}
|
||||||
{{- if eq .Values.CUSTOM_CONF "true"}}
|
{{- if eq .Values.CUSTOM_CONF "true"}}
|
||||||
- /Rancher/${DATA_DIR}/Configuration/redis.conf:/usr/local/etc/redis/redis.conf
|
- /Persistent/${DATA_DIR}/Configuration/redis.conf:/usr/local/etc/redis/redis.conf
|
||||||
{{- end}}
|
{{- end}}
|
||||||
- /Rancher/${DATA_DIR}/Data:/data
|
- /Persistent/${DATA_DIR}/Data:/data
|
||||||
{{- end}}
|
{{- end}}
|
||||||
@@ -53,8 +53,8 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database/Data:/data/db
|
- /Persistent/${DATA_DIR}/Database/Data:/data/db
|
||||||
- /Rancher/${DATA_DIR}/Database/Dump:/dump
|
- /Persistent/${DATA_DIR}/Database/Dump:/dump
|
||||||
command: mongod --smallfiles
|
command: mongod --smallfiles
|
||||||
rocketchat:
|
rocketchat:
|
||||||
image: rocketchat/rocket.chat:latest
|
image: rocketchat/rocket.chat:latest
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Application:/var/lib/snipeit
|
- /Persistent/${DATA_DIR}/Application:/var/lib/snipeit
|
||||||
- /Rancher/${DATA_DIR}/Backups:/var/www/html/storage/app/backups
|
- /Persistent/${DATA_DIR}/Backups:/var/www/html/storage/app/backups
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns:
|
dns:
|
||||||
@@ -64,4 +64,4 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
|
|||||||
@@ -25,6 +25,6 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /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
|
||||||
- /Rancher/${DATA_DIR}/Configuration/traefik.toml:/traefik.toml
|
- /Persistent/${DATA_DIR}/Configuration/traefik.toml:/traefik.toml
|
||||||
- /Rancher/${DATA_DIR}/LetsEncrypt/acme.json:/acme.json # For Let's Encrypt certificates
|
- /Persistent/${DATA_DIR}/LetsEncrypt/acme.json:/acme.json # For Let's Encrypt certificates
|
||||||
- /Rancher/${DATA_DIR}/Logs:/external/logs
|
- /Persistent/${DATA_DIR}/Logs:/external/logs
|
||||||
@@ -20,8 +20,8 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database/Data:/data/db
|
- /Persistent/${DATA_DIR}/Database/Data:/data/db
|
||||||
- /Rancher/${DATA_DIR}/Database/Dump:/dump
|
- /Persistent/${DATA_DIR}/Database/Dump:/dump
|
||||||
wikijs:
|
wikijs:
|
||||||
image: requarks/wiki:latest # v1 Only
|
image: requarks/wiki:latest # v1 Only
|
||||||
dns: # Using Cloudflare DNS
|
dns: # Using Cloudflare DNS
|
||||||
@@ -54,4 +54,4 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Wiki/config.yml:/var/wiki/config.yml
|
- /Persistent/${DATA_DIR}/Wiki/config.yml:/var/wiki/config.yml
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Wordpress:/var/www/html
|
- /Persistent/${DATA_DIR}/Wordpress:/var/www/html
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns:
|
dns:
|
||||||
@@ -58,4 +58,4 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
@@ -38,7 +38,7 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/XWiki:/usr/local/xwiki
|
- /Persistent/${DATA_DIR}/XWiki:/usr/local/xwiki
|
||||||
postgresql:
|
postgresql:
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
dns:
|
dns:
|
||||||
@@ -65,4 +65,4 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/postgresql/data
|
- /Persistent/${DATA_DIR}/Database:/var/lib/postgresql/data
|
||||||
@@ -58,4 +58,4 @@ 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}/Database:/var/lib/mysql
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Configuration:/var/www/html/sysPass/app/config # sysPass configuration files
|
- /Persistent/${DATA_DIR}/Configuration:/var/www/html/sysPass/app/config # sysPass configuration files
|
||||||
- /Rancher/${DATA_DIR}/Backups:/var/www/html/sysPass/app/backup # sysPass backups
|
- /Persistent/${DATA_DIR}/Backups:/var/www/html/sysPass/app/backup # sysPass backups
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns: # Using Cloudflare DNS
|
dns: # Using Cloudflare DNS
|
||||||
@@ -52,4 +52,4 @@ 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
|
||||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql # MySQL database files
|
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql # MySQL database files
|
||||||
|
|||||||
Reference in New Issue
Block a user