Add volumes to container description

This commit is contained in:
Tim Bolender 2020-04-20 11:05:51 +02:00
parent 3772d580cc
commit 3ed66d8333

View File

@ -155,7 +155,7 @@ This repository contains the following docker-compose files, each one containing
* volume: mariadb-vol * volume: mariadb-vol
* docker-compose-erpnext.yml * docker-compose-erpnext.yml
* erpnext-nginx: serves static assets and proxies web request to the appropriate container, allowing to offer all services on the same port. * erpnext-nginx: serves static assets and proxies web request to the appropriate container, allowing to offer all services on the same port.
* volume: assets * volume: assets-vol
* erpnext-python: main application code * erpnext-python: main application code
* frappe-socketio: enables realtime communication to the user interface through websockets * frappe-socketio: enables realtime communication to the user interface through websockets
* frappe-worker-default: background runner * frappe-worker-default: background runner
@ -165,13 +165,19 @@ This repository contains the following docker-compose files, each one containing
* docker-compose-frappe.yml * docker-compose-frappe.yml
* frappe-nginx: serves static assets and proxies web request to the appropriate container, allowing to offer all services on the same port. * frappe-nginx: serves static assets and proxies web request to the appropriate container, allowing to offer all services on the same port.
* volume: assets * volume: assets-vol, sites-vol
* erpnext-python: main application code * erpnext-python: main application code
* volume: sites-vol
* frappe-socketio: enables realtime communication to the user interface through websockets * frappe-socketio: enables realtime communication to the user interface through websockets
* volume: sites-vol
* frappe-worker-default: background runner * frappe-worker-default: background runner
* volume: sites-vol
* frappe-worker-short: background runner for short-running jobs * frappe-worker-short: background runner for short-running jobs
* volume: sites-vol
* frappe-worker-long: background runner for long-running jobs * frappe-worker-long: background runner for long-running jobs
* volume: sites-vol
* frappe-schedule * frappe-schedule
* volume: sites-vol
* docker-compose-networks.yml: this yaml define the network to communicate with *Letsencrypt Nginx Proxy Companion*. * docker-compose-networks.yml: this yaml define the network to communicate with *Letsencrypt Nginx Proxy Companion*.