2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-09 08:30:35 +00:00

Add missing descriptions to envs in example.env

This commit is contained in:
Lev Vereshchagin 2022-02-08 12:17:09 +03:00
parent b3237635f6
commit e3e478e353

View File

@ -1,15 +1,21 @@
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md
FRAPPE_VERSION=v13.17.0 FRAPPE_VERSION=v13.19.0
# Only with ERPNext override
ERPNEXT_VERSION=v13.19.0
DB_PASSWORD=123 DB_PASSWORD=123
# Only if you use external database
DB_HOST= DB_HOST=
DB_PORT= DB_PORT=
# Only if you use external Redis
REDIS_CACHE= REDIS_CACHE=
REDIS_QUEUE= REDIS_QUEUE=
REDIS_SOCKETIO= REDIS_SOCKETIO=
# Only with ERPNext override
ERPNEXT_VERSION=v13.17.0
# Only with HTTPS override # Only with HTTPS override
LETSENCRYPT_EMAIL=mail@example.com LETSENCRYPT_EMAIL=mail@example.com