This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
traefik/.envrc.sample

24 lines
557 B
Plaintext
Raw Normal View History

2020-10-29 17:42:07 +00:00
export APP=traefik
2020-09-29 23:40:35 +00:00
export DOMAIN=traefik.example.com
export LETS_ENCRYPT_ENV=production
export LETS_ENCRYPT_EMAIL=certs@example.com
2020-09-29 23:40:35 +00:00
# export DASHBOARD_ENABLED=true
# WARN, INFO etc.
export LOG_LEVEL=WARN
2020-06-17 06:23:01 +00:00
export TRAEFIK_YML_VERSION=v1
2020-11-01 16:16:30 +00:00
export FILE_PROVIDER_YML_VERSION=v1
2020-09-29 23:40:35 +00:00
## Enable Keycloak
#export COMPOSE_FILE="compose.yml:compose.keycloak.yml"
2020-11-01 16:16:30 +00:00
#export KEYCLOAK_MIDDLEWARE_ENABLED=1
2020-10-20 11:02:39 +00:00
## 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"