|
|
|
@ -21,6 +21,7 @@ services:
|
|
|
|
command:
|
|
|
|
command:
|
|
|
|
- "--providers.docker.exposedByDefault=false"
|
|
|
|
- "--providers.docker.exposedByDefault=false"
|
|
|
|
- "--providers.docker.network=cvat"
|
|
|
|
- "--providers.docker.network=cvat"
|
|
|
|
|
|
|
|
- '--providers.file.directory=/etc/traefik/rules'
|
|
|
|
- "--entryPoints.web.address=:80"
|
|
|
|
- "--entryPoints.web.address=:80"
|
|
|
|
- "--entryPoints.web.http.redirections.entryPoint.to=websecure"
|
|
|
|
- "--entryPoints.web.http.redirections.entryPoint.to=websecure"
|
|
|
|
- "--entryPoints.web.http.redirections.entryPoint.scheme=https"
|
|
|
|
- "--entryPoints.web.http.redirections.entryPoint.scheme=https"
|
|
|
|
|