From b633ea05decea82e44786c3bb4dc0dd7f511522a Mon Sep 17 00:00:00 2001 From: Tim Bolender Date: Wed, 22 Apr 2020 11:11:15 +0200 Subject: [PATCH] Instruct usage of RDS --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 90b79a8c..9052a206 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,21 @@ Notes: - Use `docker-compose-frappe.yml` in case you need only Frappe without ERPNext. - New site (first site) needs to be added after starting the services. +#### Using Amazon RDS (or any other DBaaS) + +To configure usage of RDS, `common_site_config.json` in your `sites-vol` volume has to be edited using: + +```sh +docker run \ + -it \ + -v _sites-vol:/sites \ + alpine vi /sites/common_site_config.json +``` + +Instead of `alpine` you can use any image you like. + +For full instructions, refer to the [wiki](https://github.com/frappe/frappe/wiki/Using-Frappe-with-Amazon-RDS-(or-any-other-DBaaS). Common question can be found in Issues and on forum. + ### Docker containers This repository contains the following docker-compose files, each one containing the described images: