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:
iaiaian1 2025-11-14 11:25:40 +08:00
parent 1a799ee4da
commit 787b3d57e0

View file

@ -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