Files
root 2a79ac8e63
Build & Deploy / Build & Push Docker Image (push) Failing after 11s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 10s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Carplace Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped
fix traefik file
2026-07-03 01:07:31 -04:00

19 lines
533 B
YAML

http:
routers:
mail-certificate:
rule: "Host(`mail.rentaldrivego.ma`)"
entryPoints:
- websecure
service: mail-certificate-placeholder
tls:
certResolver: letsencrypt
domains:
- main: "mail.rentaldrivego.ma"
services:
mail-certificate-placeholder:
loadBalancer:
servers:
# This router exists to request and renew the certificate.
# Mail protocols are not routed through this HTTP service.
- url: "http://127.0.0.1:65535"