2021-12-17 11:29:00 +00:00
|
|
|
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md
|
|
|
|
|
2021-12-13 16:36:40 +00:00
|
|
|
FRAPPE_VERSION=v13.16.0
|
|
|
|
DB_PASSWORD=123
|
|
|
|
|
|
|
|
# Only with ERPNext override
|
2021-12-15 06:00:01 +00:00
|
|
|
ERPNEXT_VERSION=v13.16.1
|
2021-12-13 16:36:40 +00:00
|
|
|
|
|
|
|
# Only with HTTPS override
|
|
|
|
LETSENCRYPT_EMAIL=mail@example.com
|
2021-12-17 11:29:00 +00:00
|
|
|
|
|
|
|
# This environment variable is not required. Default value is `$$host` which resolves site by host.
|
|
|
|
# For example, if your host is `example.com`, site's name should be `example.com`,
|
|
|
|
# or if host is `127.0.0.1` (local debugging), it should be `127.0.0.1` This variable allows
|
|
|
|
# to override described behavior. Let's say you create site named `mysite`
|
|
|
|
# and do want to access it by `127.0.0.1` host. Than you would set this variable to `mysite`.
|
2021-12-17 12:18:56 +00:00
|
|
|
FRAPPE_SITE_NAME_HEADER=
|