use tls
This commit is contained in:
parent
aeb565e58f
commit
34bcf32017
7 changed files with 5 additions and 75 deletions
|
|
@ -20,7 +20,8 @@ services:
|
|||
- "traefik.enable=true"
|
||||
- "traefik.http.services.lit_docs.loadbalancer.server.port=8000"
|
||||
- "traefik.http.routers.lit_docs.rule=Host(`docs.local-it.org`)"
|
||||
- "traefik.http.routers.lit_docs.entrypoints=web"
|
||||
- "traefik.http.routers.lit_docs.entrypoints=web-secure"
|
||||
- "traefik.http.routers.lit_docs.tls.certresolver=production"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
|
|
|||
Reference in a new issue