Remove custom apps for production instruction

This commit is contained in:
Lev Vereshchagin
2021-12-17 13:22:23 +03:00
parent 8c604960ab
commit 2084e1b329
3 changed files with 27 additions and 99 deletions

View File

@@ -44,7 +44,7 @@ To get started, copy the existing `env-local` or `env-production` file to `.env`
- `ADMIN_PASSWORD=admin`
- Password for the `Administrator` user, credentials after install `Administrator:$ADMIN_PASSWORD`.
- `INSTALL_APPS=erpnext`
- Apps to install, the app must be already in the container image, to install other application read the [instructions on installing custom apps](./custom-apps-for-production.md).
- Apps to install, the app must be already in the container image, to install other application read the [instructions on installing custom apps](../custom_app/README.md).
- `LETSENCRYPT_EMAIL=email@example.com`
- Email for LetsEncrypt expiry notification. This is only required if you are setting up LetsEncrypt.
- `ENTRYPOINT_LABEL=traefik.http.routers.erpnext-nginx.entrypoints=websecure`