mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
Add missing .env values
ROUTER, TRAEFIK_DOMAIN and HASHED_PASSWORD are missing values needed for multiple overrides PULL_POLICY=missing is needed if you want to use local generated image Signed-off-by: iaiaian1 <yapjakebrian1@gmail.com>
This commit is contained in:
parent
1a799ee4da
commit
787b3d57e0
1 changed files with 13 additions and 0 deletions
13
example.env
13
example.env
|
|
@ -53,3 +53,16 @@ CLIENT_MAX_BODY_SIZE=
|
|||
# More https://doc.traefik.io/traefik/routing/routers/#rule
|
||||
# About acme https://doc.traefik.io/traefik/https/acme/#domain-definition
|
||||
SITES=`erp.example.com`
|
||||
|
||||
# Set proper router and traefik_domain values for traefik to work locally
|
||||
ROUTER=backend
|
||||
TRAEFIK_DOMAIN=localhost
|
||||
HASHED_PASSWORD=$apr1$K.4gp7RT$tj9R2jHh0D4Gb5o5fIAzm/
|
||||
|
||||
# Pull policy - Comment to always pull image from the docker hub
|
||||
# Enable if you want to use your local image
|
||||
PULL_POLICY=missing
|
||||
|
||||
# Custom image - If you want to use local generated image
|
||||
# CUSTOM_IMAGE=testing/layered
|
||||
# CUSTOM_TAG=15
|
||||
Loading…
Reference in a new issue