Updated root directory

This commit is contained in:
William Miceli
2019-06-13 21:20:50 -04:00
parent 3dff359dfa
commit fdfdca21e3
25 changed files with 67 additions and 68 deletions

View File

@@ -20,9 +20,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
- /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
- /Persistent/${DATA_DIR}/Configuration/Invoice Ninja/.env:/var/www/app/.env
- /Persistent/${DATA_DIR}/Logo:/var/www/app/public/logo
- /Persistent/${DATA_DIR}/Storage:/var/www/app/storage
cron:
image: invoiceninja/invoiceninja:latest
dns:
@@ -73,7 +73,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
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
nginx:
image: nginx
dns:
@@ -103,6 +103,6 @@ services:
- invoiceninja
restart: on-failure
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:
- invoiceninja