dashboard for traefik
This commit is contained in:
parent
8dc424a554
commit
8e85e52d1d
@ -8,7 +8,7 @@ services:
|
||||
- --defaultentrypoints=https,http
|
||||
- --api
|
||||
- --api.entryPoint=traefik
|
||||
- --api.dashboard=false
|
||||
- --api.dashboard=true
|
||||
- --debug=false
|
||||
- --entryPoints=Name:http Address::80 Compress:true Redirect.EntryPoint:https
|
||||
- --entryPoints=Name:https Address::443 TLS Compress:true TLS.MinVersion:VersionTLS12 TLS.CipherSuites:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
@ -34,6 +34,10 @@ services:
|
||||
published: 443
|
||||
protocol: tcp
|
||||
mode: host
|
||||
- target: 8080
|
||||
published: ${ADMINPORT}
|
||||
protocol: tcp
|
||||
mode: host
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- acmeData:/acme
|
||||
@ -58,5 +62,6 @@ volumes:
|
||||
|
||||
|
||||
### Environment variables
|
||||
# ADMINPORT 8080
|
||||
# DOCKER_DOMAIN
|
||||
# ACME_EMAIL
|
||||
Loading…
Reference in New Issue
Block a user