File tree 1 file changed +2
-2
lines changed
deployments/examples/ocis_full
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
13
13
- " --certificatesResolvers.http.acme.httpChallenge.entryPoint=http"
14
14
- " --certificatesResolvers.http.acme.caserver=${TRAEFIK_ACME_CASERVER:-https://acme-v02.api.letsencrypt.org/directory}"
15
15
# enable dashboard
16
- - " --api.dashboard=true "
16
+ - " --api.dashboard=${TRAEFIK_DASHBOARD:-false} "
17
17
# define entrypoints
18
18
- " --entryPoints.http.address=:80"
19
19
- " --entryPoints.http.http.redirections.entryPoint.to=https"
@@ -41,7 +41,7 @@ services:
41
41
- " ${DOCKER_SOCKET_PATH:-/var/run/docker.sock}:/var/run/docker.sock:ro"
42
42
- " certs:/certs"
43
43
labels :
44
- - " traefik.enable=${TRAEFIK_DASHBOARD:-false} "
44
+ - " traefik.enable=true "
45
45
# defaults to admin:admin
46
46
- " traefik.http.middlewares.traefik-auth.basicauth.users=${TRAEFIK_BASIC_AUTH_USERS:-admin:$$apr1$$4vqie50r$$YQAmQdtmz5n9rEALhxJ4l.}"
47
47
- " traefik.http.routers.traefik.entrypoints=https"
You can’t perform that action at this time.
0 commit comments