enable https
This commit is contained in:
parent
edf2ec2e6b
commit
111795b16b
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ services:
|
|||
- traefik.enable=true
|
||||
- traefik.http.routers.glances.rule=Host(`${HOST_GLANCES}.${DOMAIN}`)
|
||||
- traefik.http.routers.glances.entrypoints=web
|
||||
- traefik.http.routers.glances.tls.certresolver=le
|
||||
- traefik.http.routers.glances.entrypoints=websecure
|
||||
- traefik.http.services.glances.loadbalancer.server.port=61208
|
||||
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue