Skip to content

Commit

Permalink
ci: redeploy traefik dashoard
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa committed Nov 25, 2024
1 parent 8a2918a commit 5bfee1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ services:
- "--entrypoints.web.http.redirections.entrypoint.to=websecure"
- "--entrypoints.web.http.redirections.entrypoint.scheme=https"
labels:
- "traefik.http.routers.mydashboard.rule=Host(traefik.place.cm)"
- "traefik.http.routers.mydashboard.entrypoints=websecure"
- "traefik.http.routers.mydashboard.tls=true"
- "traefik.http.routers.reverse-proxy.rule=Host(traefik.place.cm)"
- "traefik.http.routers.reverse-proxy.entrypoints=websecure"
- "traefik.http.routers.reverse-proxy.tls=true"
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit 5bfee1c

Please sign in to comment.