Traefik With OpenLiteSpeed under Docker

Dear Friends,

I'm having Traefik as the Reverse Proxy engine with OLS + WordPress under a docker. I also have Cloudflare Tunnel under a docker to connect some services.

I am currently using CF Tunnel to access a WordPress website on OLS.

Now, I'm trying to set up QuicCloud CDN on my WordPress website. QuicCloud offers supplementary CDN service via LiteSpeed Cache.

I'm able to use the Rest services of Lite Cache using CF Tunnel. However, as for using QuicCloud CDN, I need to use the DNS service (via Cname) of QuicCloud. I have to change from CF Tunnel to Traefik to connect to my website on OLS.

For CF Tunnel, I have to just point the domain to https://litespeed:443 .

However, via Traefik, I'm unable to access the website by using the following labels, using which I access other services via Traefik.

Code:

traefik.enable=true
traefik.http.routers.litespeed.tls=true
traefik.http.routers.litespeed.entrypoints=https
traefik.http.routers.litespeed.rule=Host(`domain.com`)
traefik.http.services.litespeed.loadbalancer.server.port=443

I tried 80 and 8088 (default listener).

Let me know what information is required to suggest a solution.

The setup sounds complex and is not clear to me.

Share your full Traefik static and dynamic config, and docker-compose.yml if used.

Enable and check Traefik debug log (doc) and Traefik access log in JSON format (doc).