From 3ed66d833323b071b092656517f76ea823e33c0c Mon Sep 17 00:00:00 2001 From: Tim Bolender Date: Mon, 20 Apr 2020 11:05:51 +0200 Subject: [PATCH] Add volumes to container description --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a38a7db0..8376294f 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ This repository contains the following docker-compose files, each one containing * volume: mariadb-vol * 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. - * volume: assets + * volume: assets-vol * erpnext-python: main application code * frappe-socketio: enables realtime communication to the user interface through websockets * frappe-worker-default: background runner @@ -165,13 +165,19 @@ This repository contains the following docker-compose files, each one containing * 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. - * volume: assets + * volume: assets-vol, sites-vol * erpnext-python: main application code + * volume: sites-vol * frappe-socketio: enables realtime communication to the user interface through websockets + * volume: sites-vol * frappe-worker-default: background runner + * volume: sites-vol * frappe-worker-short: background runner for short-running jobs + * volume: sites-vol * frappe-worker-long: background runner for long-running jobs + * volume: sites-vol * frappe-schedule + * volume: sites-vol * docker-compose-networks.yml: this yaml define the network to communicate with *Letsencrypt Nginx Proxy Companion*. @@ -458,4 +464,4 @@ This repository includes a complete setup to develop with Frappe/ERPNext and Ben - VSCode Python debugger - Pre-configured Docker containers for an easy start -A complete Readme is available in [development/README.md](development/README.md) \ No newline at end of file +A complete Readme is available in [development/README.md](development/README.md)