Skip to content

Commit 432f902

Browse files
committed
update environment variable documentation
1 parent 6c2338b commit 432f902

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.env.traefik.remote

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ GF_SERVER_SERVE_FROM_SUB_PATH=true
5959

6060
# Traefik Labels
6161
CERT_RESOLVER=le
62+
# letsencrypt staging url https://acme-staging-v02.api.letsencrypt.org/directory
6263
CA_SERVER=https://acme-v02.api.letsencrypt.org/directory
6364
TLS=false
6465
TLS_CHALLENGE=false
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Traefik Environment Variables
2+
3+
The following environment variables can be used to configure Traefik:
4+
5+
| Variable | Value | Description |
6+
The following environment variables can be used to configure Traefik:
7+
8+
| Variable | Value | Description |
9+
| ----------------- | ---------------------------------------------- | --------------------------------------------------------------- |
10+
| CERT_RESOLVER | le | The certificate resolver to use for obtaining TLS certificates. |
11+
| CA_SERVER | https://acme-v02.api.letsencrypt.org/directory | The URL of the ACME server for certificate generation. |
12+
| TLS | true | Enable or disable TLS encryption. |
13+
| TLS_CHALLENGE | http | The challenge type to use for TLS certificate generation. |
14+
| WEB_ENTRY_POINT | web | The entry point for web traffic. |
15+
| REDIRECT_TO_HTTPS | true | Enable or disable automatic redirection to HTTPS. |

0 commit comments

Comments
 (0)