25f89d6b4c
All checks were successful
continuous-integration/drone/push Build is passing
..and add missing LETS_ENCRYPT_EMAIL to example env
26 lines
626 B
Plaintext
26 lines
626 B
Plaintext
export SERVICE=traefik
|
|
export STACK_NAME=traefik
|
|
|
|
export DOMAIN=traefik.example.com
|
|
export LETS_ENCRYPT_ENV=production
|
|
|
|
export LETS_ENCRYPT_EMAIL=certs@example.com
|
|
# export DASHBOARD_ENABLED=true
|
|
# WARN, INFO etc.
|
|
export LOG_LEVEL=WARN
|
|
|
|
export TRAEFIK_YML_VERSION=v1
|
|
|
|
## Enable Keycloak
|
|
#export COMPOSE_FILE="compose.yml:compose.keycloak.yml"
|
|
#export FILE_PROVIDER_ENABLED=1
|
|
## Options for file-provider / Keycloak SSO
|
|
#export FILE_PROVIDER_YML_VERSION=v1
|
|
|
|
## SMTP port 587
|
|
#export COMPOSE_FILE="compose.yml:compose.smtp.yml"
|
|
#export SMTP_ENABLED=1
|
|
|
|
## Host-mode networking
|
|
#export COMPOSE_FILE="compose.yml:compose.host.yml"
|