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:
parent
b3237635f6
commit
e3e478e353
12
example.env
12
example.env
@ -1,15 +1,21 @@
|
||||
# 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
|
||||
|
||||
# Only if you use external database
|
||||
DB_HOST=
|
||||
DB_PORT=
|
||||
|
||||
# Only if you use external Redis
|
||||
REDIS_CACHE=
|
||||
REDIS_QUEUE=
|
||||
REDIS_SOCKETIO=
|
||||
|
||||
# Only with ERPNext override
|
||||
ERPNEXT_VERSION=v13.17.0
|
||||
|
||||
# Only with HTTPS override
|
||||
LETSENCRYPT_EMAIL=mail@example.com
|
||||
|
Loading…
Reference in New Issue
Block a user