18a64fdce1
All checks were successful
continuous-integration/drone/push Build is passing
Ref coop-cloud/abra#43
21 lines
414 B
Plaintext
21 lines
414 B
Plaintext
TYPE=traefik
|
|
|
|
DOMAIN=traefik.example.com
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
LETS_ENCRYPT_EMAIL=certs@example.com
|
|
# DASHBOARD_ENABLED=true
|
|
# WARN, INFO etc.
|
|
LOG_LEVEL=WARN
|
|
|
|
## Enable Keycloak
|
|
#COMPOSE_FILE="compose.yml:compose.keycloak.yml"
|
|
#KEYCLOAK_MIDDLEWARE_ENABLED=1
|
|
|
|
## SMTP port 587
|
|
#COMPOSE_FILE="compose.yml:compose.smtp.yml"
|
|
#SMTP_ENABLED=1
|
|
|
|
## Host-mode networking
|
|
#COMPOSE_FILE="compose.yml:compose.host.yml"
|